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