Struct tendermint_rpc::error::JoinSubdetail
source · pub struct JoinSubdetail {
pub source: AsErrorDetail<DisplayOnly<JoinError>, DefaultTracer>,
}Fields§
§source: AsErrorDetail<DisplayOnly<JoinError>, DefaultTracer>Trait Implementations§
source§impl Clone for JoinSubdetail
impl Clone for JoinSubdetail
source§fn clone(&self) -> JoinSubdetail
fn clone(&self) -> JoinSubdetail
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 JoinSubdetail
impl Debug for JoinSubdetail
source§impl Display for JoinSubdetail
impl Display for JoinSubdetail
source§impl PartialEq for JoinSubdetail
impl PartialEq for JoinSubdetail
source§fn eq(&self, other: &JoinSubdetail) -> bool
fn eq(&self, other: &JoinSubdetail) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for JoinSubdetail
impl StructuralPartialEq for JoinSubdetail
Auto Trait Implementations§
impl Freeze for JoinSubdetail
impl RefUnwindSafe for JoinSubdetail
impl Send for JoinSubdetail
impl Sync for JoinSubdetail
impl Unpin for JoinSubdetail
impl UnwindSafe for JoinSubdetail
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 Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.