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