pub struct CanonicalPath {
pub value: String,
pub class: PathClass,
pub resolution: PathResolution,
}Fields§
§value: String§class: PathClass§resolution: PathResolutionTrait Implementations§
Source§impl Clone for CanonicalPath
impl Clone for CanonicalPath
Source§impl Debug for CanonicalPath
impl Debug for CanonicalPath
Source§impl<'de> Deserialize<'de> for CanonicalPath
impl<'de> Deserialize<'de> for CanonicalPath
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
impl Eq for CanonicalPath
Source§impl Ord for CanonicalPath
impl Ord for CanonicalPath
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for CanonicalPath
impl PartialEq for CanonicalPath
Source§impl PartialOrd for CanonicalPath
impl PartialOrd for CanonicalPath
Source§impl Serialize for CanonicalPath
impl Serialize for CanonicalPath
impl StructuralPartialEq for CanonicalPath
Auto Trait Implementations§
impl Freeze for CanonicalPath
impl RefUnwindSafe for CanonicalPath
impl Send for CanonicalPath
impl Sync for CanonicalPath
impl Unpin for CanonicalPath
impl UnsafeUnpin for CanonicalPath
impl UnwindSafe for CanonicalPath
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