pub enum SyncRepairLabel {
None,
Pull,
AwaitArchive,
Rebootstrap,
}Expand description
Low-cardinality repair actions returned inside sync status payloads.
Variants§
Trait Implementations§
Source§impl Clone for SyncRepairLabel
impl Clone for SyncRepairLabel
Source§fn clone(&self) -> SyncRepairLabel
fn clone(&self) -> SyncRepairLabel
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 SyncRepairLabel
Source§impl Debug for SyncRepairLabel
impl Debug for SyncRepairLabel
impl Eq for SyncRepairLabel
Source§impl PartialEq for SyncRepairLabel
impl PartialEq for SyncRepairLabel
impl StructuralPartialEq for SyncRepairLabel
Auto Trait Implementations§
impl Freeze for SyncRepairLabel
impl RefUnwindSafe for SyncRepairLabel
impl Send for SyncRepairLabel
impl Sync for SyncRepairLabel
impl Unpin for SyncRepairLabel
impl UnsafeUnpin for SyncRepairLabel
impl UnwindSafe for SyncRepairLabel
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