pub struct EntryRef<'a, K, V, S>(_);Available on crate feature
sync only.Implementations§
Trait Implementations§
impl<'a, K, V, S> Sync for EntryRef<'a, K, V, S>where K: Eq + Hash + Send + Sync, V: Send + Sync, S: BuildHasher,
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>where K: Eq + Send + Sync + Hash, S: BuildHasher, V: Send + Sync,
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