pub struct ImplMap(/* private fields */);Trait Implementations§
Source§impl Ord for ImplMap
impl Ord for ImplMap
Source§impl PartialOrd for ImplMap
impl PartialOrd for ImplMap
impl Copy for ImplMap
impl Eq 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 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