pub struct TendermintSubdetail {
pub source: AsErrorDetail<Error, DefaultTracer>,
}
Fields§
§source: AsErrorDetail<Error, DefaultTracer>
Trait Implementations§
Source§impl Clone for TendermintSubdetail
impl Clone for TendermintSubdetail
Source§fn clone(&self) -> TendermintSubdetail
fn clone(&self) -> TendermintSubdetail
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 TendermintSubdetail
impl Debug for TendermintSubdetail
Source§impl Display for TendermintSubdetail
impl Display for TendermintSubdetail
Source§impl PartialEq for TendermintSubdetail
impl PartialEq for TendermintSubdetail
impl Eq for TendermintSubdetail
impl StructuralPartialEq for TendermintSubdetail
Auto Trait Implementations§
impl Freeze for TendermintSubdetail
impl RefUnwindSafe for TendermintSubdetail
impl Send for TendermintSubdetail
impl Sync for TendermintSubdetail
impl Unpin for TendermintSubdetail
impl UnwindSafe for TendermintSubdetail
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