pub enum MirrorSyncMode {
top,
full,
none,
incremental,
bitmap,
}
Variants§
Trait Implementations§
Source§impl Clone for MirrorSyncMode
impl Clone for MirrorSyncMode
Source§fn clone(&self) -> MirrorSyncMode
fn clone(&self) -> MirrorSyncMode
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 MirrorSyncMode
impl Debug for MirrorSyncMode
Source§impl<'de> Deserialize<'de> for MirrorSyncMode
impl<'de> Deserialize<'de> for MirrorSyncMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enum for MirrorSyncMode
impl Enum for MirrorSyncMode
Source§impl FromStr for MirrorSyncMode
impl FromStr for MirrorSyncMode
Source§impl Hash for MirrorSyncMode
impl Hash for MirrorSyncMode
Source§impl Ord for MirrorSyncMode
impl Ord for MirrorSyncMode
Source§fn cmp(&self, other: &MirrorSyncMode) -> Ordering
fn cmp(&self, other: &MirrorSyncMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MirrorSyncMode
impl PartialEq for MirrorSyncMode
Source§impl PartialOrd for MirrorSyncMode
impl PartialOrd for MirrorSyncMode
Source§impl Serialize for MirrorSyncMode
impl Serialize for MirrorSyncMode
impl Copy for MirrorSyncMode
impl Eq for MirrorSyncMode
impl StructuralPartialEq for MirrorSyncMode
Auto Trait Implementations§
impl Freeze for MirrorSyncMode
impl RefUnwindSafe for MirrorSyncMode
impl Send for MirrorSyncMode
impl Sync for MirrorSyncMode
impl Unpin for MirrorSyncMode
impl UnwindSafe for MirrorSyncMode
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