Struct clap_builder::builder::styling::Reset   
source · pub struct Reset;Expand description
Reset terminal formatting
Implementations§
Trait Implementations§
source§impl Ord for Reset
 
impl Ord for Reset
source§impl PartialEq<Reset> for Reset
 
impl PartialEq<Reset> for Reset
source§impl PartialOrd<Reset> for Reset
 
impl PartialOrd<Reset> for Reset
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read more