pub enum RMirrorStatus {
Synced(RSyncStatus),
Deleted(RelativePath),
NotDeleted(RelativePath),
}Variants§
Trait Implementations§
Source§impl Debug for RMirrorStatus
impl Debug for RMirrorStatus
Source§impl Ord for RMirrorStatus
impl Ord for RMirrorStatus
Source§fn cmp(&self, other: &RMirrorStatus) -> Ordering
fn cmp(&self, other: &RMirrorStatus) -> 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 RMirrorStatus
impl PartialEq for RMirrorStatus
Source§impl PartialOrd for RMirrorStatus
impl PartialOrd for RMirrorStatus
impl Eq for RMirrorStatus
impl StructuralPartialEq for RMirrorStatus
Auto Trait Implementations§
impl Freeze for RMirrorStatus
impl RefUnwindSafe for RMirrorStatus
impl Send for RMirrorStatus
impl Sync for RMirrorStatus
impl Unpin for RMirrorStatus
impl UnwindSafe for RMirrorStatus
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