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