Enum relay_metrics::FractionUnit
source · pub enum FractionUnit {
Ratio,
Percent,
}
Expand description
Units of fraction used in MetricUnit::Fraction
.
Defaults to ratio
.
Variants§
Ratio
Floating point fraction of 1
.
Percent
Ratio expressed as a fraction of 100
. 100%
equals a ratio of 1.0
.
Implementations§
Trait Implementations§
source§impl Clone for FractionUnit
impl Clone for FractionUnit
source§fn clone(&self) -> FractionUnit
fn clone(&self) -> FractionUnit
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 FractionUnit
impl Debug for FractionUnit
source§impl Default for FractionUnit
impl Default for FractionUnit
source§fn default() -> FractionUnit
fn default() -> FractionUnit
Returns the “default value” for a type. Read more
source§impl Display for FractionUnit
impl Display for FractionUnit
source§impl Hash for FractionUnit
impl Hash for FractionUnit
source§impl PartialEq for FractionUnit
impl PartialEq for FractionUnit
impl Copy for FractionUnit
impl Eq for FractionUnit
impl StructuralPartialEq for FractionUnit
Auto Trait Implementations§
impl Freeze for FractionUnit
impl RefUnwindSafe for FractionUnit
impl Send for FractionUnit
impl Sync for FractionUnit
impl Unpin for FractionUnit
impl UnwindSafe for FractionUnit
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.