pub struct AtomMapGuard<'a, T, R, F>{ /* private fields */ }Expand description
Guard for a mapped/projected load.
Trait Implementations§
Auto Trait Implementations§
impl<'a, T, R, F> Freeze for AtomMapGuard<'a, T, R, F>
impl<'a, T, R, F> RefUnwindSafe for AtomMapGuard<'a, T, R, F>
impl<'a, T, R, F> !Send for AtomMapGuard<'a, T, R, F>
impl<'a, T, R, F> !Sync for AtomMapGuard<'a, T, R, F>
impl<'a, T, R, F> Unpin for AtomMapGuard<'a, T, R, F>where
F: Unpin,
impl<'a, T, R, F> UnwindSafe for AtomMapGuard<'a, T, R, F>
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