Struct tendermint::error::ParseSubdetail
source · [−]pub struct ParseSubdetail {
pub data: String,
}
Fields
data: String
Trait Implementations
sourceimpl Clone for ParseSubdetail
impl Clone for ParseSubdetail
sourcefn clone(&self) -> ParseSubdetail
fn clone(&self) -> ParseSubdetail
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 ParseSubdetail
impl Debug for ParseSubdetail
sourceimpl<'de> Deserialize<'de> for ParseSubdetail
impl<'de> Deserialize<'de> for ParseSubdetail
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Display for ParseSubdetail
impl Display for ParseSubdetail
sourceimpl PartialEq<ParseSubdetail> for ParseSubdetail
impl PartialEq<ParseSubdetail> for ParseSubdetail
sourcefn eq(&self, other: &ParseSubdetail) -> bool
fn eq(&self, other: &ParseSubdetail) -> bool
sourceimpl Serialize for ParseSubdetail
impl Serialize for ParseSubdetail
impl Eq for ParseSubdetail
impl StructuralEq for ParseSubdetail
impl StructuralPartialEq for ParseSubdetail
Auto Trait Implementations
impl RefUnwindSafe for ParseSubdetail
impl Send for ParseSubdetail
impl Sync for ParseSubdetail
impl Unpin for ParseSubdetail
impl UnwindSafe for ParseSubdetail
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