struct DispProblem<'a>(&'a LogState, Duration);
Expand description
Helper: wrapper for reporting problems via Display.
Tuple Fields§
§0: &'a LogState
§1: Duration
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DispProblem<'a>
impl<'a> !RefUnwindSafe for DispProblem<'a>
impl<'a> !Send for DispProblem<'a>
impl<'a> !Sync for DispProblem<'a>
impl<'a> Unpin for DispProblem<'a>
impl<'a> !UnwindSafe for DispProblem<'a>
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