pub struct PathOnly { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathOnly
impl RefUnwindSafe for PathOnly
impl Send for PathOnly
impl Sync for PathOnly
impl Unpin for PathOnly
impl UnwindSafe for PathOnly
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