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