pub struct PackRelativePath(/* private fields */);Expand description
Canonical artifact-relative UTF-8 path with no traversal or platform syntax.
Implementations§
Source§impl PackRelativePath
impl PackRelativePath
Trait Implementations§
Source§impl Clone for PackRelativePath
impl Clone for PackRelativePath
Source§fn clone(&self) -> PackRelativePath
fn clone(&self) -> PackRelativePath
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 PackRelativePath
impl Debug for PackRelativePath
Source§impl<'de> Deserialize<'de> for PackRelativePath
impl<'de> Deserialize<'de> for PackRelativePath
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 Hash for PackRelativePath
impl Hash for PackRelativePath
Source§impl Ord for PackRelativePath
impl Ord for PackRelativePath
Source§fn cmp(&self, other: &PackRelativePath) -> Ordering
fn cmp(&self, other: &PackRelativePath) -> 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 PackRelativePath
impl PartialEq for PackRelativePath
Source§impl PartialOrd for PackRelativePath
impl PartialOrd for PackRelativePath
Source§impl Serialize for PackRelativePath
impl Serialize for PackRelativePath
impl Eq for PackRelativePath
impl StructuralPartialEq for PackRelativePath
Auto Trait Implementations§
impl Freeze for PackRelativePath
impl RefUnwindSafe for PackRelativePath
impl Send for PackRelativePath
impl Sync for PackRelativePath
impl Unpin for PackRelativePath
impl UnwindSafe for PackRelativePath
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.