pub struct EntryReadGuard<'a, T> { /* private fields */ }Expand description
Holds a read guard to the entry. See Entry::read().
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for EntryReadGuard<'a, T>
impl<'a, T> !RefUnwindSafe for EntryReadGuard<'a, T>
impl<'a, T> !Send for EntryReadGuard<'a, T>
impl<'a, T> Sync for EntryReadGuard<'a, T>where
T: Sync,
impl<'a, T> Unpin for EntryReadGuard<'a, T>where
T: Unpin,
impl<'a, T> UnsafeUnpin for EntryReadGuard<'a, T>
impl<'a, T> !UnwindSafe for EntryReadGuard<'a, T>
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