pub struct FailureMessageDisplay<'a, S: EngineSpec> { /* private fields */ }Expand description
Displays the message for an execution failure.
The message is displayed in the form message: cause1: cause2....
Returned by FailureReason::message_display.
Trait Implementations§
Auto Trait Implementations§
impl<'a, S> Freeze for FailureMessageDisplay<'a, S>
impl<'a, S> RefUnwindSafe for FailureMessageDisplay<'a, S>where
<S as EngineSpec>::ProgressMetadata: RefUnwindSafe,
<S as EngineSpec>::StepId: RefUnwindSafe,
<S as EngineSpec>::Component: RefUnwindSafe,
<S as EngineSpec>::StepMetadata: RefUnwindSafe,
<S as EngineSpec>::CompletionMetadata: RefUnwindSafe,
<S as EngineSpec>::SkippedMetadata: RefUnwindSafe,
impl<'a, S> Send for FailureMessageDisplay<'a, S>
impl<'a, S> Sync for FailureMessageDisplay<'a, S>
impl<'a, S> Unpin for FailureMessageDisplay<'a, S>
impl<'a, S> UnsafeUnpin for FailureMessageDisplay<'a, S>
impl<'a, S> UnwindSafe for FailureMessageDisplay<'a, S>where
<S as EngineSpec>::ProgressMetadata: RefUnwindSafe,
<S as EngineSpec>::StepId: RefUnwindSafe,
<S as EngineSpec>::Component: RefUnwindSafe,
<S as EngineSpec>::StepMetadata: RefUnwindSafe,
<S as EngineSpec>::CompletionMetadata: RefUnwindSafe,
<S as EngineSpec>::SkippedMetadata: RefUnwindSafe,
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