pub struct SerdeCborSubdetail {
pub source: AsErrorDetail<TraceError<Error>, DefaultTracer>,
}Fields§
§source: AsErrorDetail<TraceError<Error>, DefaultTracer>Trait Implementations§
source§impl 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§
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