pub enum BackupControl {
None,
Off,
Numbered,
T,
Existing,
Nil,
Simple,
Never,
}Variants§
Auto Trait Implementations§
impl Freeze for BackupControl
impl RefUnwindSafe for BackupControl
impl Send for BackupControl
impl Sync for BackupControl
impl Unpin for BackupControl
impl UnsafeUnpin for BackupControl
impl UnwindSafe for BackupControl
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