pub struct DatabaseTrieMut<'a, D: DatabaseMut + 'a> { /* private fields */ }Trait Implementations§
Source§impl<'a, D: DatabaseMut> TrieMut for DatabaseTrieMut<'a, D>
impl<'a, D: DatabaseMut> TrieMut for DatabaseTrieMut<'a, D>
Auto Trait Implementations§
impl<'a, D> Freeze for DatabaseTrieMut<'a, D>
impl<'a, D> RefUnwindSafe for DatabaseTrieMut<'a, D>where
D: RefUnwindSafe,
impl<'a, D> Send for DatabaseTrieMut<'a, D>where
D: Sync,
impl<'a, D> Sync for DatabaseTrieMut<'a, D>where
D: Sync,
impl<'a, D> Unpin for DatabaseTrieMut<'a, D>
impl<'a, D> UnsafeUnpin for DatabaseTrieMut<'a, D>
impl<'a, D> UnwindSafe for DatabaseTrieMut<'a, D>where
D: RefUnwindSafe,
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