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