pub struct FilePath(/* private fields */);
Expand description
A struct to represent a file path, which will be canonicalized
Implementations§
Trait Implementations§
source§impl Ord for FilePath
impl Ord for FilePath
source§impl PartialEq for FilePath
impl PartialEq for FilePath
source§impl PartialOrd for FilePath
impl PartialOrd for FilePath
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 moreimpl Eq for FilePath
impl StructuralEq for FilePath
impl StructuralPartialEq for FilePath
Auto Trait Implementations§
impl RefUnwindSafe for FilePath
impl Send for FilePath
impl Sync for FilePath
impl Unpin for FilePath
impl UnwindSafe for FilePath
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