pub struct RepositoryNodePath(/* private fields */);Expand description
Normalized repository-relative node path, including the project root ..
Implementations§
Source§impl RepositoryNodePath
impl RepositoryNodePath
Trait Implementations§
Source§impl Clone for RepositoryNodePath
impl Clone for RepositoryNodePath
Source§fn clone(&self) -> RepositoryNodePath
fn clone(&self) -> RepositoryNodePath
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 RepositoryNodePath
impl Debug for RepositoryNodePath
Source§impl<'de> Deserialize<'de> for RepositoryNodePath
impl<'de> Deserialize<'de> for RepositoryNodePath
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<RepositoryNodePath> for String
impl From<RepositoryNodePath> for String
Source§fn from(value: RepositoryNodePath) -> Self
fn from(value: RepositoryNodePath) -> Self
Converts to this type from the input type.
Source§impl Hash for RepositoryNodePath
impl Hash for RepositoryNodePath
Source§impl Ord for RepositoryNodePath
impl Ord for RepositoryNodePath
Source§fn cmp(&self, other: &RepositoryNodePath) -> Ordering
fn cmp(&self, other: &RepositoryNodePath) -> 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 RepositoryNodePath
impl PartialEq for RepositoryNodePath
Source§impl PartialOrd for RepositoryNodePath
impl PartialOrd for RepositoryNodePath
Source§impl Serialize for RepositoryNodePath
impl Serialize for RepositoryNodePath
Source§impl TryFrom<String> for RepositoryNodePath
impl TryFrom<String> for RepositoryNodePath
impl Eq for RepositoryNodePath
impl StructuralPartialEq for RepositoryNodePath
Auto Trait Implementations§
impl Freeze for RepositoryNodePath
impl RefUnwindSafe for RepositoryNodePath
impl Send for RepositoryNodePath
impl Sync for RepositoryNodePath
impl Unpin for RepositoryNodePath
impl UnwindSafe for RepositoryNodePath
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.