pub enum TendermintError {
Malicious,
Temporal,
AlreadyHandled,
InvalidEvidence,
}
Variants§
Trait Implementations§
source§impl Clone for TendermintError
impl Clone for TendermintError
source§fn clone(&self) -> TendermintError
fn clone(&self) -> TendermintError
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 TendermintError
impl Debug for TendermintError
source§impl PartialEq for TendermintError
impl PartialEq for TendermintError
source§fn eq(&self, other: &TendermintError) -> bool
fn eq(&self, other: &TendermintError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for TendermintError
impl StructuralPartialEq for TendermintError
Auto Trait Implementations§
impl Freeze for TendermintError
impl RefUnwindSafe for TendermintError
impl Send for TendermintError
impl Sync for TendermintError
impl Unpin for TendermintError
impl UnwindSafe for TendermintError
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)