pub struct InvalidLightBlockSubdetail {
pub source: AsErrorDetail<DisplayError<VerificationErrorDetail>, DefaultTracer>,
}Fields§
§source: AsErrorDetail<DisplayError<VerificationErrorDetail>, DefaultTracer>Trait Implementations§
Source§impl Debug for InvalidLightBlockSubdetail
impl Debug for InvalidLightBlockSubdetail
Auto Trait Implementations§
impl Freeze for InvalidLightBlockSubdetail
impl RefUnwindSafe for InvalidLightBlockSubdetail
impl Send for InvalidLightBlockSubdetail
impl Sync for InvalidLightBlockSubdetail
impl Unpin for InvalidLightBlockSubdetail
impl UnwindSafe for InvalidLightBlockSubdetail
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