pub struct IdShort(/* private fields */);Expand description
Short overlay id
Implementations§
Trait Implementations§
impl Copy for IdShort
impl Eq for IdShort
Source§impl Ord for IdShort
impl Ord for IdShort
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 IdShort
impl PartialOrd for IdShort
impl StructuralPartialEq for IdShort
Auto Trait Implementations§
impl Freeze for IdShort
impl RefUnwindSafe for IdShort
impl Send for IdShort
impl Sync for IdShort
impl Unpin for IdShort
impl UnsafeUnpin for IdShort
impl UnwindSafe for IdShort
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