pub enum SyncRepairAction {
None,
Pull,
AwaitArchive,
Rebootstrap,
}Variants§
Trait Implementations§
Source§impl Clone for SyncRepairAction
impl Clone for SyncRepairAction
Source§fn clone(&self) -> SyncRepairAction
fn clone(&self) -> SyncRepairAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SyncRepairAction
Source§impl Debug for SyncRepairAction
impl Debug for SyncRepairAction
impl Eq for SyncRepairAction
Source§impl PartialEq for SyncRepairAction
impl PartialEq for SyncRepairAction
impl StructuralPartialEq for SyncRepairAction
Auto Trait Implementations§
impl Freeze for SyncRepairAction
impl RefUnwindSafe for SyncRepairAction
impl Send for SyncRepairAction
impl Sync for SyncRepairAction
impl Unpin for SyncRepairAction
impl UnsafeUnpin for SyncRepairAction
impl UnwindSafe for SyncRepairAction
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