pub struct V3EncodedMetrics {
pub payload: Vec<u8>,
pub stats: V3EncoderStats,
}Expand description
Encoded V3 metrics payload with telemetry data.
Fields§
§payload: Vec<u8>Serialized MetricData protobuf payload.
stats: V3EncoderStatsTelemetry produced while encoding the payload.
Auto Trait Implementations§
impl Freeze for V3EncodedMetrics
impl RefUnwindSafe for V3EncodedMetrics
impl Send for V3EncodedMetrics
impl Sync for V3EncodedMetrics
impl Unpin for V3EncodedMetrics
impl UnwindSafe for V3EncodedMetrics
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