Struct ibc_relayer::misbehaviour::MisbehaviourEvidence
source · pub struct MisbehaviourEvidence {
pub misbehaviour: AnyMisbehaviour,
pub supporting_headers: Vec<AnyHeader>,
}
Fields§
§misbehaviour: AnyMisbehaviour
§supporting_headers: Vec<AnyHeader>
Trait Implementations§
source§impl Clone for MisbehaviourEvidence
impl Clone for MisbehaviourEvidence
source§fn clone(&self) -> MisbehaviourEvidence
fn clone(&self) -> MisbehaviourEvidence
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 MisbehaviourEvidence
impl Debug for MisbehaviourEvidence
source§impl PartialEq for MisbehaviourEvidence
impl PartialEq for MisbehaviourEvidence
source§fn eq(&self, other: &MisbehaviourEvidence) -> bool
fn eq(&self, other: &MisbehaviourEvidence) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for MisbehaviourEvidence
impl StructuralEq for MisbehaviourEvidence
impl StructuralPartialEq for MisbehaviourEvidence
Auto Trait Implementations§
impl RefUnwindSafe for MisbehaviourEvidence
impl Send for MisbehaviourEvidence
impl Sync for MisbehaviourEvidence
impl Unpin for MisbehaviourEvidence
impl UnwindSafe for MisbehaviourEvidence
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<T> FutureExt for T
impl<T> FutureExt for T
§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request