Struct tendermint_light_client::errors::SerdeCborSubdetail
source · [−]pub struct SerdeCborSubdetail {
pub source: AsErrorDetail<TraceError<Error>, DefaultTracer>,
}Fields
source: AsErrorDetail<TraceError<Error>, DefaultTracer>Trait Implementations
sourceimpl Debug for SerdeCborSubdetail
impl Debug for SerdeCborSubdetail
Auto Trait Implementations
impl RefUnwindSafe for SerdeCborSubdetail
impl Send for SerdeCborSubdetail
impl Sync for SerdeCborSubdetail
impl Unpin for SerdeCborSubdetail
impl UnwindSafe for SerdeCborSubdetail
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