Struct redb::AccessGuardMut
source · 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