pub enum MetricsSets {
Zero,
One,
Both,
}Expand description
MetricsSets or StartDirection selector; 2 applies to both directions.
Variants§
Trait Implementations§
Source§impl Clone for MetricsSets
impl Clone for MetricsSets
Source§fn clone(&self) -> MetricsSets
fn clone(&self) -> MetricsSets
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 MetricsSets
Source§impl Debug for MetricsSets
impl Debug for MetricsSets
Source§impl Default for MetricsSets
impl Default for MetricsSets
Source§fn default() -> MetricsSets
fn default() -> MetricsSets
Returns the “default value” for a type. Read more
impl Eq for MetricsSets
Source§impl PartialEq for MetricsSets
impl PartialEq for MetricsSets
Source§fn eq(&self, other: &MetricsSets) -> bool
fn eq(&self, other: &MetricsSets) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MetricsSets
Auto Trait Implementations§
impl Freeze for MetricsSets
impl RefUnwindSafe for MetricsSets
impl Send for MetricsSets
impl Sync for MetricsSets
impl Unpin for MetricsSets
impl UnsafeUnpin for MetricsSets
impl UnwindSafe for MetricsSets
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