pub struct InvalidPathSnafu;Expand description
SNAFU context selector for the Error::InvalidPath variant
Trait Implementations§
Source§impl Clone for InvalidPathSnafu
impl Clone for InvalidPathSnafu
Source§fn clone(&self) -> InvalidPathSnafu
fn clone(&self) -> InvalidPathSnafu
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InvalidPathSnafu
Source§impl Debug for InvalidPathSnafu
impl Debug for InvalidPathSnafu
Auto Trait Implementations§
impl Freeze for InvalidPathSnafu
impl RefUnwindSafe for InvalidPathSnafu
impl Send for InvalidPathSnafu
impl Sync for InvalidPathSnafu
impl Unpin for InvalidPathSnafu
impl UnsafeUnpin for InvalidPathSnafu
impl UnwindSafe for InvalidPathSnafu
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