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