pub struct VerificationFailure {
pub code: VerificationErrorCode,
pub localized_description: String,
}Fields§
§code: VerificationErrorCode§localized_description: StringTrait Implementations§
Source§impl Clone for VerificationFailure
impl Clone for VerificationFailure
Source§fn clone(&self) -> VerificationFailure
fn clone(&self) -> VerificationFailure
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VerificationFailure
impl Debug for VerificationFailure
Source§impl PartialEq for VerificationFailure
impl PartialEq for VerificationFailure
Source§fn eq(&self, other: &VerificationFailure) -> bool
fn eq(&self, other: &VerificationFailure) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for VerificationFailure
impl StructuralPartialEq for VerificationFailure
Auto Trait Implementations§
impl Freeze for VerificationFailure
impl RefUnwindSafe for VerificationFailure
impl Send for VerificationFailure
impl Sync for VerificationFailure
impl Unpin for VerificationFailure
impl UnsafeUnpin for VerificationFailure
impl UnwindSafe for VerificationFailure
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