Struct parity_rocksdb::rocksdb_options::WriteOptions
source · [−]pub struct WriteOptions {
pub inner: DBWriteOptions,
}
Fields
inner: DBWriteOptions
Implementations
sourceimpl WriteOptions
impl WriteOptions
pub fn new() -> WriteOptions
pub fn set_sync(&mut self, sync: bool)
pub fn disable_wal(&mut self, disable: bool)
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more