Struct rocksdb::backup::RestoreOptions
source · [−]pub struct RestoreOptions { /* private fields */ }
Implementations
sourceimpl RestoreOptions
impl RestoreOptions
pub fn set_keep_log_files(&mut self, keep_log_files: bool)
Trait Implementations
sourceimpl Default for RestoreOptions
impl Default for RestoreOptions
sourcefn default() -> RestoreOptions
fn default() -> RestoreOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RestoreOptions
impl !Send for RestoreOptions
impl !Sync for RestoreOptions
impl Unpin for RestoreOptions
impl UnwindSafe for RestoreOptions
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