pub struct ArgId(pub u32);Expand description
Public API for ArgId.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Ord for ArgId
impl Ord for ArgId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ArgId
impl PartialOrd for ArgId
impl Copy for ArgId
impl Eq for ArgId
impl StructuralPartialEq for ArgId
Auto Trait Implementations§
impl Freeze for ArgId
impl RefUnwindSafe for ArgId
impl Send for ArgId
impl Sync for ArgId
impl Unpin for ArgId
impl UnsafeUnpin for ArgId
impl UnwindSafe for ArgId
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