pub struct IndyCryptoError { /* private fields */ }Implementations§
Source§impl IndyCryptoError
impl IndyCryptoError
pub fn from_msg<D>(kind: IndyCryptoErrorKind, msg: D) -> IndyCryptoError
pub fn kind(&self) -> IndyCryptoErrorKind
Trait Implementations§
Source§impl Debug for IndyCryptoError
impl Debug for IndyCryptoError
Source§impl Display for IndyCryptoError
impl Display for IndyCryptoError
Source§impl Fail for IndyCryptoError
impl Fail for IndyCryptoError
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<IndyCryptoErrorKind>> for IndyCryptoError
impl From<Context<IndyCryptoErrorKind>> for IndyCryptoError
Source§fn from(inner: Context<IndyCryptoErrorKind>) -> IndyCryptoError
fn from(inner: Context<IndyCryptoErrorKind>) -> IndyCryptoError
Converts to this type from the input type.
Source§impl From<ErrorStack> for IndyCryptoError
impl From<ErrorStack> for IndyCryptoError
Source§fn from(err: ErrorStack) -> Self
fn from(err: ErrorStack) -> Self
Converts to this type from the input type.
Source§impl From<IndyCryptoError> for ErrorCode
impl From<IndyCryptoError> for ErrorCode
Source§fn from(err: IndyCryptoError) -> ErrorCode
fn from(err: IndyCryptoError) -> ErrorCode
Converts to this type from the input type.
Source§impl From<SetLoggerError> for IndyCryptoError
impl From<SetLoggerError> for IndyCryptoError
Source§fn from(err: SetLoggerError) -> IndyCryptoError
fn from(err: SetLoggerError) -> IndyCryptoError
Converts to this type from the input type.
Auto Trait Implementations§
impl !Freeze for IndyCryptoError
impl !RefUnwindSafe for IndyCryptoError
impl Send for IndyCryptoError
impl Sync for IndyCryptoError
impl Unpin for IndyCryptoError
impl !UnwindSafe for IndyCryptoError
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