pub struct HistogramWithTimestamp {
pub timestamp: DateTime<Utc>,
pub histogram: Histogram,
}Fields§
§timestamp: DateTime<Utc>§histogram: HistogramImplementations§
Trait Implementations§
Source§impl Debug for HistogramWithTimestamp
impl Debug for HistogramWithTimestamp
Source§impl PartialEq for HistogramWithTimestamp
impl PartialEq for HistogramWithTimestamp
impl Eq for HistogramWithTimestamp
impl StructuralPartialEq for HistogramWithTimestamp
Auto Trait Implementations§
impl Freeze for HistogramWithTimestamp
impl RefUnwindSafe for HistogramWithTimestamp
impl Send for HistogramWithTimestamp
impl Sync for HistogramWithTimestamp
impl Unpin for HistogramWithTimestamp
impl UnwindSafe for HistogramWithTimestamp
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