pub enum ProfStartTime {
Instant(Instant),
TimeImmemorial,
}
Expand description
Start times of the profiler.
Variants§
Trait Implementations§
Source§impl Clone for ProfStartTime
impl Clone for ProfStartTime
Source§fn clone(&self) -> ProfStartTime
fn clone(&self) -> ProfStartTime
Returns a copy 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 moreSource§impl Debug for ProfStartTime
impl Debug for ProfStartTime
impl Copy for ProfStartTime
Auto Trait Implementations§
impl Freeze for ProfStartTime
impl RefUnwindSafe for ProfStartTime
impl Send for ProfStartTime
impl Sync for ProfStartTime
impl Unpin for ProfStartTime
impl UnwindSafe for ProfStartTime
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