pub struct InvalidPath;
Trait Implementations§
Source§impl Clone for InvalidPath
impl Clone for InvalidPath
Source§fn clone(&self) -> InvalidPath
fn clone(&self) -> InvalidPath
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InvalidPath
impl Debug for InvalidPath
impl Copy 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