Struct clap_builder::Id 
source · pub struct Id(_);Expand description
This is used for accessing the value in ArgMatches or defining
relationships between Args and ArgGroups with functions like
Arg::conflicts_with.
Implementations§
Trait Implementations§
source§impl<I: Into<Id>> IntoResettable<Id> for I
 
impl<I: Into<Id>> IntoResettable<Id> for I
source§fn into_resettable(self) -> Resettable<Id>
 
fn into_resettable(self) -> Resettable<Id>
Convert to the intended resettable type
source§impl Ord for Id
 
impl Ord for Id
source§impl PartialOrd<Id> for Id
 
impl PartialOrd<Id> for Id
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