pub struct AccessGuardMut<'a, V: Value + 'static> { /* private fields */ }
Trait Implementations§
Source§impl<'a, V: MutInPlaceValue + 'static> AsMut<<V as MutInPlaceValue>::BaseRefType> for AccessGuardMut<'a, V>
impl<'a, V: MutInPlaceValue + 'static> AsMut<<V as MutInPlaceValue>::BaseRefType> for AccessGuardMut<'a, V>
Source§fn as_mut(&mut self) -> &mut V::BaseRefType
fn as_mut(&mut self) -> &mut V::BaseRefType
Converts this type into a mutable reference of the (usually inferred) input type.
Auto Trait Implementations§
impl<'a, V> Freeze for AccessGuardMut<'a, V>
impl<'a, V> RefUnwindSafe for AccessGuardMut<'a, V>where
V: RefUnwindSafe,
impl<'a, V> Send for AccessGuardMut<'a, V>where
V: Send,
impl<'a, V> Sync for AccessGuardMut<'a, V>where
V: Sync,
impl<'a, V> Unpin for AccessGuardMut<'a, V>where
V: Unpin,
impl<'a, V> UnwindSafe for AccessGuardMut<'a, V>where
V: 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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 72 bytes