pub struct LevelDBWriteBatch { /* private fields */ }Auto Trait Implementations§
impl Freeze for LevelDBWriteBatch
impl RefUnwindSafe for LevelDBWriteBatch
impl Send for LevelDBWriteBatch
impl Sync for LevelDBWriteBatch
impl Unpin for LevelDBWriteBatch
impl UnwindSafe for LevelDBWriteBatch
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