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