pub struct Id<K>(/* private fields */);Implementationsยง
Trait Implementationsยง
impl<K: Copy> Copy for Id<K>
impl<K: Eq> Eq for Id<K>
impl<K> StructuralPartialEq for Id<K>
Auto Trait Implementationsยง
impl<K> Freeze for Id<K>where
K: Freeze,
impl<K> RefUnwindSafe for Id<K>where
K: RefUnwindSafe,
impl<K> Send for Id<K>where
K: Send,
impl<K> Sync for Id<K>where
K: Sync,
impl<K> Unpin for Id<K>where
K: Unpin,
impl<K> UnwindSafe for Id<K>where
K: UnwindSafe,
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