pub struct Id(/* private fields */);
Expand description
This is used for accessing the value in ArgMatches
or defining
relationships between Arg
s and ArgGroup
s with functions like
Arg::conflicts_with
.
Implementations§
Trait Implementations§
Source§impl Ord for Id
impl Ord for Id
Source§impl PartialOrd for Id
impl PartialOrd for Id
impl Eq for Id
impl StructuralPartialEq for Id
Auto Trait Implementations§
impl Freeze for Id
impl RefUnwindSafe for Id
impl Send for Id
impl Sync for Id
impl Unpin for Id
impl UnwindSafe for Id
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<I> IntoResettable<Id> for I
impl<I> 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<I> IntoResettable<Str> for I
impl<I> IntoResettable<Str> for I
Source§fn into_resettable(self) -> Resettable<Str>
fn into_resettable(self) -> Resettable<Str>
Convert to the intended resettable type
Source§impl<I> IntoResettable<String> for I
impl<I> IntoResettable<String> for I
Source§fn into_resettable(self) -> Resettable<String>
fn into_resettable(self) -> Resettable<String>
Convert to the intended resettable type
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 16 bytes