Struct chain_vote::BallotVerificationError
source · pub struct BallotVerificationError;
Trait Implementations§
source§impl Clone for BallotVerificationError
impl Clone for BallotVerificationError
source§fn clone(&self) -> BallotVerificationError
fn clone(&self) -> BallotVerificationError
Returns a copy of the value. Read more
1.0.0 · 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 BallotVerificationError
impl Debug for BallotVerificationError
source§impl Display for BallotVerificationError
impl Display for BallotVerificationError
source§impl Error for BallotVerificationError
impl Error for BallotVerificationError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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<BallotVerificationError> for BallotVerificationError
impl PartialEq<BallotVerificationError> for BallotVerificationError
source§fn eq(&self, other: &BallotVerificationError) -> bool
fn eq(&self, other: &BallotVerificationError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for BallotVerificationError
impl StructuralEq for BallotVerificationError
impl StructuralPartialEq for BallotVerificationError
Auto Trait Implementations§
impl RefUnwindSafe for BallotVerificationError
impl Send for BallotVerificationError
impl Sync for BallotVerificationError
impl Unpin for BallotVerificationError
impl UnwindSafe for BallotVerificationError
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