Enum gcs_rsync::sync::RMirrorStatus
source · 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§fn eq(&self, other: &RMirrorStatus) -> bool
fn eq(&self, other: &RMirrorStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for RMirrorStatus
impl PartialOrd for RMirrorStatus
source§fn partial_cmp(&self, other: &RMirrorStatus) -> Option<Ordering>
fn partial_cmp(&self, other: &RMirrorStatus) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for RMirrorStatus
impl StructuralEq for RMirrorStatus
impl StructuralPartialEq for RMirrorStatus
Auto Trait Implementations§
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.