pub struct CompactTiming { /* private fields */ }Expand description
Compact timing display for inline use.
Shows timing in a single line format suitable for headers or footers.
Implementations§
Trait Implementations§
Source§impl Clone for CompactTiming
impl Clone for CompactTiming
Source§fn clone(&self) -> CompactTiming
fn clone(&self) -> CompactTiming
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CompactTiming
impl RefUnwindSafe for CompactTiming
impl Send for CompactTiming
impl Sync for CompactTiming
impl Unpin for CompactTiming
impl UnwindSafe for CompactTiming
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