Struct diskplan_filesystem::PlantedPath
source · pub struct PlantedPath { /* private fields */ }
Expand description
An absolute path that can be split easily into its Root
and relative path parts
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PlantedPath
impl Send for PlantedPath
impl Sync for PlantedPath
impl Unpin for PlantedPath
impl UnwindSafe for PlantedPath
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