Struct jujutsu_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 Debug for RepoPathComponent
impl Debug for RepoPathComponent
source§impl From<&str> for RepoPathComponent
impl From<&str> 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<RepoPathComponent> for RepoPathComponent
impl PartialEq<RepoPathComponent> for RepoPathComponent
source§fn eq(&self, other: &RepoPathComponent) -> bool
fn eq(&self, other: &RepoPathComponent) -> bool
source§impl PartialOrd<RepoPathComponent> for RepoPathComponent
impl PartialOrd<RepoPathComponent> 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 more