pub struct pathRaw;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for pathRaw
impl RefUnwindSafe for pathRaw
impl Send for pathRaw
impl Sync for pathRaw
impl Unpin for pathRaw
impl UnwindSafe for pathRaw
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