pub struct VerifierError { /* private fields */ }
Expand description
Error for Verifier
.
Trait Implementations§
source§impl Debug for VerifierError
impl Debug for VerifierError
source§impl Display for VerifierError
impl Display for VerifierError
source§impl Error for VerifierError
impl Error for VerifierError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<ConnectionError> for VerifierError
impl From<ConnectionError> for VerifierError
source§impl From<ContextError> for VerifierError
impl From<ContextError> for VerifierError
source§impl From<DEAPError> for VerifierError
impl From<DEAPError> for VerifierError
source§impl From<Error> for VerifierError
impl From<Error> for VerifierError
source§impl From<MemoryError> for VerifierError
impl From<MemoryError> for VerifierError
source§impl From<MpcTlsError> for VerifierError
impl From<MpcTlsError> for VerifierError
source§impl From<OLEError> for VerifierError
impl From<OLEError> for VerifierError
source§impl From<OTError> for VerifierError
impl From<OTError> for VerifierError
source§impl From<ProtocolConfigError> for VerifierError
impl From<ProtocolConfigError> for VerifierError
source§impl From<ReceiverError> for VerifierError
impl From<ReceiverError> for VerifierError
source§impl From<SenderError> for VerifierError
impl From<SenderError> for VerifierError
source§impl From<VerifyError> for VerifierError
impl From<VerifyError> for VerifierError
Auto Trait Implementations§
impl Freeze for VerifierError
impl !RefUnwindSafe for VerifierError
impl Send for VerifierError
impl Sync for VerifierError
impl Unpin for VerifierError
impl !UnwindSafe for VerifierError
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> SpawnCompatExt for T
impl<T> SpawnCompatExt for T
§fn compat_ref(&self) -> Compat<&T>
fn compat_ref(&self) -> Compat<&T>
Wrap a reference to the executor in a
Compat
wrapper.§fn compat_mut(&mut self) -> Compat<&mut T>
fn compat_mut(&mut self) -> Compat<&mut T>
Wrap a mutable reference to the executor in a
Compat
wrapper.§impl<T> SpawnCompatExt for T
impl<T> SpawnCompatExt for T
§fn compat_ref(&self) -> Compat<&T>
fn compat_ref(&self) -> Compat<&T>
Wrap a reference to the executor in a
Compat
wrapper.§fn compat_mut(&mut self) -> Compat<&mut T>
fn compat_mut(&mut self) -> Compat<&mut T>
Wrap a mutable reference to the executor in a
Compat
wrapper.