pub struct RecoveryOptions {
pub mode: RecoveryMode,
pub on_corruption: CorruptionAction,
}Fields§
§mode: RecoveryMode§on_corruption: CorruptionActionTrait Implementations§
Source§impl Clone for RecoveryOptions
impl Clone for RecoveryOptions
Source§fn clone(&self) -> RecoveryOptions
fn clone(&self) -> RecoveryOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RecoveryOptions
impl Debug for RecoveryOptions
Source§impl Default for RecoveryOptions
impl Default for RecoveryOptions
Source§fn default() -> RecoveryOptions
fn default() -> RecoveryOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RecoveryOptions
impl RefUnwindSafe for RecoveryOptions
impl Send for RecoveryOptions
impl Sync for RecoveryOptions
impl Unpin for RecoveryOptions
impl UnwindSafe for RecoveryOptions
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