pub struct DirRepoPathComponent { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for DirRepoPathComponent
impl Clone for DirRepoPathComponent
Source§fn clone(&self) -> DirRepoPathComponent
fn clone(&self) -> DirRepoPathComponent
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 DirRepoPathComponent
impl Debug for DirRepoPathComponent
Source§impl From<&str> for DirRepoPathComponent
impl From<&str> for DirRepoPathComponent
Source§impl Hash for DirRepoPathComponent
impl Hash for DirRepoPathComponent
Source§impl Ord for DirRepoPathComponent
impl Ord for DirRepoPathComponent
Source§fn cmp(&self, other: &DirRepoPathComponent) -> Ordering
fn cmp(&self, other: &DirRepoPathComponent) -> 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 DirRepoPathComponent
impl PartialEq for DirRepoPathComponent
Source§impl PartialOrd for DirRepoPathComponent
impl PartialOrd for DirRepoPathComponent
Source§impl RepoPathJoin<DirRepoPathComponent> for DirRepoPath
impl RepoPathJoin<DirRepoPathComponent> for DirRepoPath
type Result = DirRepoPath
fn join(&self, entry: &DirRepoPathComponent) -> DirRepoPath
impl Eq for DirRepoPathComponent
impl StructuralPartialEq for DirRepoPathComponent
Auto Trait Implementations§
impl Freeze for DirRepoPathComponent
impl RefUnwindSafe for DirRepoPathComponent
impl Send for DirRepoPathComponent
impl Sync for DirRepoPathComponent
impl Unpin for DirRepoPathComponent
impl UnwindSafe for DirRepoPathComponent
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