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