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