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