Struct tendermint_rpc::error::MethodNotFoundSubdetail
source · [−]pub struct MethodNotFoundSubdetail {
pub method: String,
}Fields
method: StringTrait Implementations
sourceimpl Clone for MethodNotFoundSubdetail
impl Clone for MethodNotFoundSubdetail
sourcefn clone(&self) -> MethodNotFoundSubdetail
fn clone(&self) -> MethodNotFoundSubdetail
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for MethodNotFoundSubdetail
impl Debug for MethodNotFoundSubdetail
sourceimpl Display for MethodNotFoundSubdetail
impl Display for MethodNotFoundSubdetail
sourceimpl PartialEq<MethodNotFoundSubdetail> for MethodNotFoundSubdetail
impl PartialEq<MethodNotFoundSubdetail> for MethodNotFoundSubdetail
sourcefn eq(&self, other: &MethodNotFoundSubdetail) -> bool
fn eq(&self, other: &MethodNotFoundSubdetail) -> bool
impl Eq for MethodNotFoundSubdetail
impl StructuralEq for MethodNotFoundSubdetail
impl StructuralPartialEq for MethodNotFoundSubdetail
Auto Trait Implementations
impl RefUnwindSafe for MethodNotFoundSubdetail
impl Send for MethodNotFoundSubdetail
impl Sync for MethodNotFoundSubdetail
impl Unpin for MethodNotFoundSubdetail
impl UnwindSafe for MethodNotFoundSubdetail
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<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,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.