pub struct RepositoryFilePath(/* private fields */);Expand description
Normalized repository-relative file path.
Implementations§
Source§impl RepositoryFilePath
impl RepositoryFilePath
Trait Implementations§
Source§impl Clone for RepositoryFilePath
impl Clone for RepositoryFilePath
Source§fn clone(&self) -> RepositoryFilePath
fn clone(&self) -> RepositoryFilePath
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 RepositoryFilePath
impl Debug for RepositoryFilePath
Source§impl<'de> Deserialize<'de> for RepositoryFilePath
impl<'de> Deserialize<'de> for RepositoryFilePath
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<RepositoryFilePath> for String
impl From<RepositoryFilePath> for String
Source§fn from(value: RepositoryFilePath) -> Self
fn from(value: RepositoryFilePath) -> Self
Converts to this type from the input type.
Source§impl Hash for RepositoryFilePath
impl Hash for RepositoryFilePath
Source§impl Ord for RepositoryFilePath
impl Ord for RepositoryFilePath
Source§fn cmp(&self, other: &RepositoryFilePath) -> Ordering
fn cmp(&self, other: &RepositoryFilePath) -> 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 RepositoryFilePath
impl PartialEq for RepositoryFilePath
Source§impl PartialOrd for RepositoryFilePath
impl PartialOrd for RepositoryFilePath
Source§impl Serialize for RepositoryFilePath
impl Serialize for RepositoryFilePath
Source§impl TryFrom<String> for RepositoryFilePath
impl TryFrom<String> for RepositoryFilePath
impl Eq for RepositoryFilePath
impl StructuralPartialEq for RepositoryFilePath
Auto Trait Implementations§
impl Freeze for RepositoryFilePath
impl RefUnwindSafe for RepositoryFilePath
impl Send for RepositoryFilePath
impl Sync for RepositoryFilePath
impl Unpin for RepositoryFilePath
impl UnwindSafe for RepositoryFilePath
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.