Enum path_locator::PathError
source · pub enum PathError {
NotFound,
}
Variants§
NotFound
Trait Implementations§
source§impl PartialEq<PathError> for PathError
impl PartialEq<PathError> for PathError
impl Copy for PathError
impl Eq for PathError
impl Send for PathError
impl StructuralEq for PathError
impl StructuralPartialEq for PathError
impl Sync for PathError
Auto Trait Implementations§
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