pub enum CorruptionAction {
Report,
Repair,
Fail,
}Variants§
Trait Implementations§
Source§impl Clone for CorruptionAction
impl Clone for CorruptionAction
Source§fn clone(&self) -> CorruptionAction
fn clone(&self) -> CorruptionAction
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 CorruptionAction
impl Debug for CorruptionAction
Source§impl Default for CorruptionAction
impl Default for CorruptionAction
Source§fn default() -> CorruptionAction
fn default() -> CorruptionAction
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CorruptionAction
impl RefUnwindSafe for CorruptionAction
impl Send for CorruptionAction
impl Sync for CorruptionAction
impl Unpin for CorruptionAction
impl UnwindSafe for CorruptionAction
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