pub enum RecoveryType {
NormalRecovery = 0,
DryRun = 1,
UnlockRepeatedBackup = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for RecoveryType
impl Clone for RecoveryType
Source§fn clone(&self) -> RecoveryType
fn clone(&self) -> RecoveryType
Returns a copy 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 RecoveryType
impl Debug for RecoveryType
Source§impl Default for RecoveryType
impl Default for RecoveryType
Source§impl Enum for RecoveryType
impl Enum for RecoveryType
Source§const VALUES: &'static [RecoveryType]
const VALUES: &'static [RecoveryType]
All enum values for enum type.
Source§impl EnumFull for RecoveryType
impl EnumFull for RecoveryType
Source§fn enum_descriptor() -> EnumDescriptor
fn enum_descriptor() -> EnumDescriptor
Get enum descriptor by type.
Source§fn descriptor(&self) -> EnumValueDescriptor
fn descriptor(&self) -> EnumValueDescriptor
Get enum value descriptor.
Source§impl Hash for RecoveryType
impl Hash for RecoveryType
Source§impl PartialEq for RecoveryType
impl PartialEq for RecoveryType
impl Copy for RecoveryType
impl Eq for RecoveryType
impl StructuralPartialEq for RecoveryType
Auto Trait Implementations§
impl Freeze for RecoveryType
impl RefUnwindSafe for RecoveryType
impl Send for RecoveryType
impl Sync for RecoveryType
impl Unpin for RecoveryType
impl UnwindSafe for RecoveryType
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