Struct jj_lib::repo_path::RepoPathComponent
source · pub struct RepoPathComponent { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for RepoPathComponent
impl Clone for RepoPathComponent
source§fn clone(&self) -> RepoPathComponent
fn clone(&self) -> RepoPathComponent
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 ContentHash for RepoPathComponent
impl ContentHash for RepoPathComponent
source§impl Debug for RepoPathComponent
impl Debug for RepoPathComponent
source§impl From<&str> for RepoPathComponent
impl From<&str> for RepoPathComponent
source§impl From<String> for RepoPathComponent
impl From<String> for RepoPathComponent
source§impl Hash for RepoPathComponent
impl Hash for RepoPathComponent
source§impl Ord for RepoPathComponent
impl Ord for RepoPathComponent
source§fn cmp(&self, other: &RepoPathComponent) -> Ordering
fn cmp(&self, other: &RepoPathComponent) -> 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 RepoPathComponent
impl PartialEq for RepoPathComponent
source§fn eq(&self, other: &RepoPathComponent) -> bool
fn eq(&self, other: &RepoPathComponent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for RepoPathComponent
impl PartialOrd for RepoPathComponent
source§fn partial_cmp(&self, other: &RepoPathComponent) -> Option<Ordering>
fn partial_cmp(&self, other: &RepoPathComponent) -> 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 moresource§impl RepoPathJoin<RepoPathComponent> for RepoPath
impl RepoPathJoin<RepoPathComponent> for RepoPath
impl Eq for RepoPathComponent
impl StructuralEq for RepoPathComponent
impl StructuralPartialEq for RepoPathComponent
Auto Trait Implementations§
impl RefUnwindSafe for RepoPathComponent
impl Send for RepoPathComponent
impl Sync for RepoPathComponent
impl Unpin for RepoPathComponent
impl UnwindSafe for RepoPathComponent
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