pub enum MlLatencyBucket {
Sub10Ms,
Sub50Ms,
Sub100Ms,
Sub500Ms,
Sub1s,
Sub5s,
Over5s,
Unknown,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MlLatencyBucket
impl Clone for MlLatencyBucket
Source§fn clone(&self) -> MlLatencyBucket
fn clone(&self) -> MlLatencyBucket
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 moreSource§impl Debug for MlLatencyBucket
impl Debug for MlLatencyBucket
Source§impl Display for MlLatencyBucket
impl Display for MlLatencyBucket
Source§impl FromStr for MlLatencyBucket
impl FromStr for MlLatencyBucket
Source§impl Hash for MlLatencyBucket
impl Hash for MlLatencyBucket
Source§impl Ord for MlLatencyBucket
impl Ord for MlLatencyBucket
Source§fn cmp(&self, other: &MlLatencyBucket) -> Ordering
fn cmp(&self, other: &MlLatencyBucket) -> Ordering
1.21.0 (const: unstable) · 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 MlLatencyBucket
impl PartialEq for MlLatencyBucket
Source§fn eq(&self, other: &MlLatencyBucket) -> bool
fn eq(&self, other: &MlLatencyBucket) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MlLatencyBucket
impl PartialOrd for MlLatencyBucket
impl Copy for MlLatencyBucket
impl Eq for MlLatencyBucket
impl StructuralPartialEq for MlLatencyBucket
Auto Trait Implementations§
impl Freeze for MlLatencyBucket
impl RefUnwindSafe for MlLatencyBucket
impl Send for MlLatencyBucket
impl Sync for MlLatencyBucket
impl Unpin for MlLatencyBucket
impl UnsafeUnpin for MlLatencyBucket
impl UnwindSafe for MlLatencyBucket
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