pub struct TelemetryEntry {
pub name: String,
pub value: TelemetryValue,
}Fields§
§name: String§value: TelemetryValueTrait Implementations§
Source§impl Clone for TelemetryEntry
impl Clone for TelemetryEntry
Source§fn clone(&self) -> TelemetryEntry
fn clone(&self) -> TelemetryEntry
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 TelemetryEntry
impl Debug for TelemetryEntry
Source§impl PartialEq for TelemetryEntry
impl PartialEq for TelemetryEntry
impl StructuralPartialEq for TelemetryEntry
Auto Trait Implementations§
impl Freeze for TelemetryEntry
impl RefUnwindSafe for TelemetryEntry
impl Send for TelemetryEntry
impl Sync for TelemetryEntry
impl Unpin for TelemetryEntry
impl UnsafeUnpin for TelemetryEntry
impl UnwindSafe for TelemetryEntry
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