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