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