Enum nu_ansi_term::gradient::TargetGround
source · pub enum TargetGround {
Foreground,
Background,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for TargetGround
impl Clone for TargetGround
source§fn clone(&self) -> TargetGround
fn clone(&self) -> TargetGround
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TargetGround
impl Debug for TargetGround
source§impl PartialEq for TargetGround
impl PartialEq for TargetGround
source§fn eq(&self, other: &TargetGround) -> bool
fn eq(&self, other: &TargetGround) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TargetGround
impl Eq for TargetGround
impl StructuralPartialEq for TargetGround
Auto Trait Implementations§
impl Freeze for TargetGround
impl RefUnwindSafe for TargetGround
impl Send for TargetGround
impl Sync for TargetGround
impl Unpin for TargetGround
impl UnwindSafe for TargetGround
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more