pub struct UnsupportedPathError(/* private fields */);
Implementations§
Source§impl UnsupportedPathError
impl UnsupportedPathError
pub fn new(violated_constraint: &'static str) -> UnsupportedPathError
Trait Implementations§
Source§impl Debug for UnsupportedPathError
impl Debug for UnsupportedPathError
Source§impl Display for UnsupportedPathError
impl Display for UnsupportedPathError
Source§impl Fail for UnsupportedPathError
impl Fail for UnsupportedPathError
Source§fn cause(&self) -> Option<&(dyn Fail + 'static)>
fn cause(&self) -> Option<&(dyn Fail + 'static)>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
Source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace
carried by this failure, if it
carries one. Read moreAuto Trait Implementations§
impl !Freeze for UnsupportedPathError
impl !RefUnwindSafe for UnsupportedPathError
impl Send for UnsupportedPathError
impl Sync for UnsupportedPathError
impl Unpin for UnsupportedPathError
impl !UnwindSafe for UnsupportedPathError
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