Struct mail_template::UnsupportedPathError
source · pub struct UnsupportedPathError(_);Implementations
Trait Implementations
sourceimpl Debug for UnsupportedPathError
impl Debug for UnsupportedPathError
sourceimpl Display for UnsupportedPathError
impl Display for UnsupportedPathError
sourceimpl Fail for UnsupportedPathError
impl Fail for UnsupportedPathError
sourcefn cause(&self) -> Option<&dyn Fail>
fn cause(&self) -> Option<&dyn Fail>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
sourcefn 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 !RefUnwindSafe for UnsupportedPathError
impl Send for UnsupportedPathError
impl Sync for UnsupportedPathError
impl Unpin for UnsupportedPathError
impl !UnwindSafe for UnsupportedPathError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more