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