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