pub struct TelemetryPayloadEntry {
pub name: String,
pub unit: Option<String>,
pub value: TelemetryPayloadValue,
}Fields§
§name: String§unit: Option<String>§value: TelemetryPayloadValueTrait Implementations§
Source§impl Clone for TelemetryPayloadEntry
impl Clone for TelemetryPayloadEntry
Source§fn clone(&self) -> TelemetryPayloadEntry
fn clone(&self) -> TelemetryPayloadEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TelemetryPayloadEntry
impl Debug for TelemetryPayloadEntry
Source§impl PartialEq for TelemetryPayloadEntry
impl PartialEq for TelemetryPayloadEntry
Source§impl Serialize for TelemetryPayloadEntry
impl Serialize for TelemetryPayloadEntry
impl StructuralPartialEq for TelemetryPayloadEntry
Auto Trait Implementations§
impl Freeze for TelemetryPayloadEntry
impl RefUnwindSafe for TelemetryPayloadEntry
impl Send for TelemetryPayloadEntry
impl Sync for TelemetryPayloadEntry
impl Unpin for TelemetryPayloadEntry
impl UnsafeUnpin for TelemetryPayloadEntry
impl UnwindSafe for TelemetryPayloadEntry
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