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