pub struct MessageMetrics {
pub timestamp: u64,
/* private fields */
}Expand description
A collection of metrics from a message
Fields§
§timestamp: u64The timestamp of the payload
Implementations§
Trait Implementations§
Source§impl IntoIterator for MessageMetrics
impl IntoIterator for MessageMetrics
Auto Trait Implementations§
impl Freeze for MessageMetrics
impl RefUnwindSafe for MessageMetrics
impl Send for MessageMetrics
impl Sync for MessageMetrics
impl Unpin for MessageMetrics
impl UnwindSafe for MessageMetrics
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