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