Struct tendermint_rpc::error::ChannelSendSubdetail
source · pub struct ChannelSendSubdetail {}Trait Implementations§
source§impl Clone for ChannelSendSubdetail
impl Clone for ChannelSendSubdetail
source§fn clone(&self) -> ChannelSendSubdetail
fn clone(&self) -> ChannelSendSubdetail
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 ChannelSendSubdetail
impl Debug for ChannelSendSubdetail
source§impl Display for ChannelSendSubdetail
impl Display for ChannelSendSubdetail
source§impl PartialEq for ChannelSendSubdetail
impl PartialEq for ChannelSendSubdetail
source§fn eq(&self, other: &ChannelSendSubdetail) -> bool
fn eq(&self, other: &ChannelSendSubdetail) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ChannelSendSubdetail
impl StructuralPartialEq for ChannelSendSubdetail
Auto Trait Implementations§
impl Freeze for ChannelSendSubdetail
impl RefUnwindSafe for ChannelSendSubdetail
impl Send for ChannelSendSubdetail
impl Sync for ChannelSendSubdetail
impl Unpin for ChannelSendSubdetail
impl UnwindSafe for ChannelSendSubdetail
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.