pub struct InvalidPath;Expand description
Path resolution error.
Trait Implementations§
Source§impl Debug for InvalidPath
impl Debug for InvalidPath
Auto Trait Implementations§
impl Freeze for InvalidPath
impl RefUnwindSafe for InvalidPath
impl Send for InvalidPath
impl Sync for InvalidPath
impl Unpin for InvalidPath
impl UnwindSafe for InvalidPath
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