pub struct UnwrappedKey { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnwrappedKey
impl RefUnwindSafe for UnwrappedKey
impl Send for UnwrappedKey
impl Sync for UnwrappedKey
impl Unpin for UnwrappedKey
impl UnwindSafe for UnwrappedKey
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