pub struct TimeoutElapsed<Trace> {
pub active_traces: Vec<Trace>,
}Fields§
§active_traces: Vec<Trace>Trait Implementations§
Source§impl<Trace: Debug> Debug for TimeoutElapsed<Trace>
impl<Trace: Debug> Debug for TimeoutElapsed<Trace>
Source§impl<Trace: Display> Display for TimeoutElapsed<Trace>
impl<Trace: Display> Display for TimeoutElapsed<Trace>
Source§impl<Trace> Error for TimeoutElapsed<Trace>
impl<Trace> Error for TimeoutElapsed<Trace>
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations§
impl<Trace> Freeze for TimeoutElapsed<Trace>
impl<Trace> RefUnwindSafe for TimeoutElapsed<Trace>where
Trace: RefUnwindSafe,
impl<Trace> Send for TimeoutElapsed<Trace>where
Trace: Send,
impl<Trace> Sync for TimeoutElapsed<Trace>where
Trace: Sync,
impl<Trace> Unpin for TimeoutElapsed<Trace>where
Trace: Unpin,
impl<Trace> UnsafeUnpin for TimeoutElapsed<Trace>
impl<Trace> UnwindSafe for TimeoutElapsed<Trace>where
Trace: UnwindSafe,
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<E> InstrumentError for Ewhere
TracedError<E>: From<E>,
impl<E> InstrumentError for Ewhere
TracedError<E>: From<E>,
Source§type Instrumented = TracedError<E>
type Instrumented = TracedError<E>
The type of the wrapped error after instrumentation
Source§fn in_current_span(self) -> <E as InstrumentError>::Instrumented
fn in_current_span(self) -> <E as InstrumentError>::Instrumented
Instrument an Error by bundling it with a SpanTrace Read more