pub struct WriteGuard<'a, T: Eq + Hash + Copy + Unpin> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for WriteGuard<'a, T>where
T: Freeze,
impl<'a, T> RefUnwindSafe for WriteGuard<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for WriteGuard<'a, T>where
T: Send,
impl<'a, T> Sync for WriteGuard<'a, T>
impl<'a, T> Unpin for WriteGuard<'a, T>
impl<'a, T> UnwindSafe for WriteGuard<'a, T>where
T: UnwindSafe,
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