pub struct HistogramReading {
pub samples: u64,
pub last: u64,
pub max: u64,
}Fields§
§samples: u64§last: u64§max: u64Trait Implementations§
Source§impl Clone for HistogramReading
impl Clone for HistogramReading
Source§fn clone(&self) -> HistogramReading
fn clone(&self) -> HistogramReading
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 HistogramReading
impl Debug for HistogramReading
Source§impl PartialEq for HistogramReading
impl PartialEq for HistogramReading
impl Copy for HistogramReading
impl Eq for HistogramReading
impl StructuralPartialEq for HistogramReading
Auto Trait Implementations§
impl Freeze for HistogramReading
impl RefUnwindSafe for HistogramReading
impl Send for HistogramReading
impl Sync for HistogramReading
impl Unpin for HistogramReading
impl UnsafeUnpin for HistogramReading
impl UnwindSafe for HistogramReading
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.