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<TargetGround> for TargetGround
impl PartialEq<TargetGround> 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 ==
.