pub enum MetricsCap {
PutAny,
}
Variants§
PutAny
Trait Implementations§
Source§impl Capability for MetricsCap
impl Capability for MetricsCap
Source§impl Clone for MetricsCap
impl Clone for MetricsCap
Source§fn clone(&self) -> MetricsCap
fn clone(&self) -> MetricsCap
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 MetricsCap
impl Debug for MetricsCap
Source§impl<'de> Deserialize<'de> for MetricsCap
impl<'de> Deserialize<'de> for MetricsCap
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 Display for MetricsCap
impl Display for MetricsCap
Source§impl From<MetricsCap> for Cap
impl From<MetricsCap> for Cap
Source§fn from(value: MetricsCap) -> Self
fn from(value: MetricsCap) -> Self
Converts to this type from the input type.
Source§impl FromStr for MetricsCap
impl FromStr for MetricsCap
Source§impl Ord for MetricsCap
impl Ord for MetricsCap
Source§fn cmp(&self, other: &MetricsCap) -> Ordering
fn cmp(&self, other: &MetricsCap) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MetricsCap
impl PartialEq for MetricsCap
Source§impl PartialOrd for MetricsCap
impl PartialOrd for MetricsCap
Source§impl Serialize for MetricsCap
impl Serialize for MetricsCap
Source§impl TryFrom<&str> for MetricsCap
impl TryFrom<&str> for MetricsCap
impl Copy for MetricsCap
impl Eq for MetricsCap
impl StructuralPartialEq for MetricsCap
Auto Trait Implementations§
impl Freeze for MetricsCap
impl RefUnwindSafe for MetricsCap
impl Send for MetricsCap
impl Sync for MetricsCap
impl Unpin for MetricsCap
impl UnwindSafe for MetricsCap
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<T> CompatExt for T
impl<T> CompatExt for T
§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.§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