pub enum MetricsMethod {
Metrics,
}Variants§
Metrics
Trait Implementations§
Source§impl Clone for MetricsMethod
impl Clone for MetricsMethod
Source§fn clone(&self) -> MetricsMethod
fn clone(&self) -> MetricsMethod
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 MetricsMethod
impl Debug for MetricsMethod
Source§impl<'de> Deserialize<'de> for MetricsMethod
impl<'de> Deserialize<'de> for MetricsMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MetricsMethod
impl PartialEq for MetricsMethod
Source§impl Serialize for MetricsMethod
impl Serialize for MetricsMethod
impl StructuralPartialEq for MetricsMethod
Auto Trait Implementations§
impl Freeze for MetricsMethod
impl RefUnwindSafe for MetricsMethod
impl Send for MetricsMethod
impl Sync for MetricsMethod
impl Unpin for MetricsMethod
impl UnsafeUnpin for MetricsMethod
impl UnwindSafe for MetricsMethod
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