pub enum ConcurrentSamplePhase {
WarmUp,
Measurement,
}Expand description
Identifies whether a concurrent lifecycle callback surrounds warm-up or a persisted measurement sample.
Variants§
Trait Implementations§
Source§impl Clone for ConcurrentSamplePhase
impl Clone for ConcurrentSamplePhase
Source§fn clone(&self) -> ConcurrentSamplePhase
fn clone(&self) -> ConcurrentSamplePhase
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ConcurrentSamplePhase
Source§impl Debug for ConcurrentSamplePhase
impl Debug for ConcurrentSamplePhase
impl Eq for ConcurrentSamplePhase
Source§impl PartialEq for ConcurrentSamplePhase
impl PartialEq for ConcurrentSamplePhase
impl StructuralPartialEq for ConcurrentSamplePhase
Auto Trait Implementations§
impl Freeze for ConcurrentSamplePhase
impl RefUnwindSafe for ConcurrentSamplePhase
impl Send for ConcurrentSamplePhase
impl Sync for ConcurrentSamplePhase
impl Unpin for ConcurrentSamplePhase
impl UnsafeUnpin for ConcurrentSamplePhase
impl UnwindSafe for ConcurrentSamplePhase
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