pub struct MetricLog {
pub name: String,
pub value: f64,
}Fields§
§name: String§value: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetricLog
impl RefUnwindSafe for MetricLog
impl Send for MetricLog
impl Sync for MetricLog
impl Unpin for MetricLog
impl UnsafeUnpin for MetricLog
impl UnwindSafe for MetricLog
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