pub enum WireSyncRepairAction {
None,
Pull,
AwaitArchive,
Rebootstrap,
}Variants§
Trait Implementations§
Source§impl Clone for WireSyncRepairAction
impl Clone for WireSyncRepairAction
Source§fn clone(&self) -> WireSyncRepairAction
fn clone(&self) -> WireSyncRepairAction
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 WireSyncRepairAction
Source§impl Debug for WireSyncRepairAction
impl Debug for WireSyncRepairAction
impl Eq for WireSyncRepairAction
Source§impl PartialEq for WireSyncRepairAction
impl PartialEq for WireSyncRepairAction
impl StructuralPartialEq for WireSyncRepairAction
Auto Trait Implementations§
impl Freeze for WireSyncRepairAction
impl RefUnwindSafe for WireSyncRepairAction
impl Send for WireSyncRepairAction
impl Sync for WireSyncRepairAction
impl Unpin for WireSyncRepairAction
impl UnsafeUnpin for WireSyncRepairAction
impl UnwindSafe for WireSyncRepairAction
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