pub struct TSetId(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Ord for TSetId
impl Ord for TSetId
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 TSetId
impl PartialOrd for TSetId
impl Copy for TSetId
impl Eq for TSetId
impl StructuralPartialEq for TSetId
Auto Trait Implementations§
impl Freeze for TSetId
impl RefUnwindSafe for TSetId
impl Send for TSetId
impl Sync for TSetId
impl Unpin for TSetId
impl UnsafeUnpin for TSetId
impl UnwindSafe for TSetId
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