pub struct EvidenceAnchorError { /* private fields */ }Expand description
Validation or source-shape error for evidence anchoring.
Trait Implementations§
Source§impl Clone for EvidenceAnchorError
impl Clone for EvidenceAnchorError
Source§fn clone(&self) -> EvidenceAnchorError
fn clone(&self) -> EvidenceAnchorError
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 EvidenceAnchorError
impl Debug for EvidenceAnchorError
Source§impl Display for EvidenceAnchorError
impl Display for EvidenceAnchorError
impl Eq for EvidenceAnchorError
Source§impl Error for EvidenceAnchorError
impl Error for EvidenceAnchorError
1.30.0 · 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 PartialEq for EvidenceAnchorError
impl PartialEq for EvidenceAnchorError
Source§fn eq(&self, other: &EvidenceAnchorError) -> bool
fn eq(&self, other: &EvidenceAnchorError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EvidenceAnchorError
Auto Trait Implementations§
impl Freeze for EvidenceAnchorError
impl RefUnwindSafe for EvidenceAnchorError
impl Send for EvidenceAnchorError
impl Sync for EvidenceAnchorError
impl Unpin for EvidenceAnchorError
impl UnsafeUnpin for EvidenceAnchorError
impl UnwindSafe for EvidenceAnchorError
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