pub struct TelemetryFrameInfo {
pub envelope: TelemetryEnvelope,
pub reliable: Option<ReliableHeader>,
}Expand description
Decode the header/envelope and optional reliable header without touching the payload.
Fields§
§envelope: TelemetryEnvelope§reliable: Option<ReliableHeader>Implementations§
Auto Trait Implementations§
impl Freeze for TelemetryFrameInfo
impl RefUnwindSafe for TelemetryFrameInfo
impl Send for TelemetryFrameInfo
impl Sync for TelemetryFrameInfo
impl Unpin for TelemetryFrameInfo
impl UnsafeUnpin for TelemetryFrameInfo
impl UnwindSafe for TelemetryFrameInfo
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