pub enum PathError {
NotFound,
}
Variants§
NotFound
Trait Implementations§
impl Copy for PathError
impl Eq for PathError
impl Send for PathError
impl StructuralPartialEq for PathError
impl Sync for PathError
Auto Trait Implementations§
impl Freeze for PathError
impl RefUnwindSafe for PathError
impl Unpin for PathError
impl UnwindSafe for PathError
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