pub struct TlmHeader(/* private fields */);Expand description
A Telemetry Header.
Trait Implementations§
impl Copy for TlmHeader
Auto Trait Implementations§
impl Freeze for TlmHeader
impl RefUnwindSafe for TlmHeader
impl Send for TlmHeader
impl Sync for TlmHeader
impl Unpin for TlmHeader
impl UnsafeUnpin for TlmHeader
impl UnwindSafe for TlmHeader
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