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