pub struct DefaultPathOps;Expand description
Default path operations implementation using ‘/’ separator.
Trait Implementations§
Source§impl PathOperations for DefaultPathOps
impl PathOperations for DefaultPathOps
Auto Trait Implementations§
impl Freeze for DefaultPathOps
impl RefUnwindSafe for DefaultPathOps
impl Send for DefaultPathOps
impl Sync for DefaultPathOps
impl Unpin for DefaultPathOps
impl UnsafeUnpin for DefaultPathOps
impl UnwindSafe for DefaultPathOps
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