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