pub struct EntryRef<'a, K, V, S>(/* private fields */);
Available on crate feature
sync
only.Implementations§
Trait Implementations§
impl<'a, K, V, S> Sync for EntryRef<'a, K, V, S>
Auto Trait Implementations§
impl<'a, K, V, S> !RefUnwindSafe for EntryRef<'a, K, V, S>
impl<'a, K, V, S> Send for EntryRef<'a, K, V, S>
impl<'a, K, V, S> Unpin for EntryRef<'a, K, V, S>
impl<'a, K, V, S> !UnwindSafe for EntryRef<'a, K, V, S>
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