Struct gcs_rsync::sync::RelativePath
source · pub struct RelativePath { /* private fields */ }Implementations§
source§impl RelativePath
impl RelativePath
sourcepub fn new(path: &str) -> RSyncResult<Self>
pub fn new(path: &str) -> RSyncResult<Self>
Invariant: a name should not start with a slash
Trait Implementations§
source§impl Clone for RelativePath
impl Clone for RelativePath
source§fn clone(&self) -> RelativePath
fn clone(&self) -> RelativePath
Returns a copy 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 RelativePath
impl Debug for RelativePath
source§impl Ord for RelativePath
impl Ord for RelativePath
source§fn cmp(&self, other: &RelativePath) -> Ordering
fn cmp(&self, other: &RelativePath) -> 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<RelativePath> for RelativePath
impl PartialEq<RelativePath> for RelativePath
source§fn eq(&self, other: &RelativePath) -> bool
fn eq(&self, other: &RelativePath) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<RelativePath> for RelativePath
impl PartialOrd<RelativePath> for RelativePath
source§fn partial_cmp(&self, other: &RelativePath) -> Option<Ordering>
fn partial_cmp(&self, other: &RelativePath) -> 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 RelativePath
impl StructuralEq for RelativePath
impl StructuralPartialEq for RelativePath
Auto Trait Implementations§
impl RefUnwindSafe for RelativePath
impl Send for RelativePath
impl Sync for RelativePath
impl Unpin for RelativePath
impl UnwindSafe for RelativePath
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 Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.