pub struct EnvLangError {
pub inner: Context<EnvLangErrorKind>,
}
Fields§
§inner: Context<EnvLangErrorKind>
Implementations§
Source§impl EnvLangError
impl EnvLangError
pub fn kind(&self) -> &EnvLangErrorKind
Trait Implementations§
Source§impl Debug for EnvLangError
impl Debug for EnvLangError
Source§impl Display for EnvLangError
impl Display for EnvLangError
Source§impl Fail for EnvLangError
impl Fail for EnvLangError
Source§fn 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
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 moreSource§impl From<EnvLangErrorKind> for EnvLangError
impl From<EnvLangErrorKind> for EnvLangError
Source§fn from(kind: EnvLangErrorKind) -> EnvLangError
fn from(kind: EnvLangErrorKind) -> EnvLangError
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for EnvLangError
impl !RefUnwindSafe for EnvLangError
impl Send for EnvLangError
impl Sync for EnvLangError
impl Unpin for EnvLangError
impl !UnwindSafe for EnvLangError
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