pub enum MetricScope {
Generation,
Lifetime,
Step,
}Variants§
Trait Implementations§
Source§impl Clone for MetricScope
impl Clone for MetricScope
Source§fn clone(&self) -> MetricScope
fn clone(&self) -> MetricScope
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 moreSource§impl Debug for MetricScope
impl Debug for MetricScope
Source§impl Default for MetricScope
impl Default for MetricScope
Source§fn default() -> MetricScope
fn default() -> MetricScope
Returns the “default value” for a type. Read more
Source§impl Hash for MetricScope
impl Hash for MetricScope
Source§impl PartialEq for MetricScope
impl PartialEq for MetricScope
impl Copy for MetricScope
impl Eq for MetricScope
impl StructuralPartialEq for MetricScope
Auto Trait Implementations§
impl Freeze for MetricScope
impl RefUnwindSafe for MetricScope
impl Send for MetricScope
impl Sync for MetricScope
impl Unpin for MetricScope
impl UnwindSafe for MetricScope
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