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