pub struct MetricsEventParams {
pub metrics: Vec<Metric>,
pub title: String,
}Fields§
§metrics: Vec<Metric>§title: StringTrait Implementations§
Source§impl Clone for MetricsEventParams
impl Clone for MetricsEventParams
Source§fn clone(&self) -> MetricsEventParams
fn clone(&self) -> MetricsEventParams
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 MetricsEventParams
impl Debug for MetricsEventParams
Source§impl<'de> Deserialize<'de> for MetricsEventParams
impl<'de> Deserialize<'de> for MetricsEventParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MetricsEventParams
impl PartialEq for MetricsEventParams
Source§impl Serialize for MetricsEventParams
impl Serialize for MetricsEventParams
impl StructuralPartialEq for MetricsEventParams
Auto Trait Implementations§
impl Freeze for MetricsEventParams
impl RefUnwindSafe for MetricsEventParams
impl Send for MetricsEventParams
impl Sync for MetricsEventParams
impl Unpin for MetricsEventParams
impl UnwindSafe for MetricsEventParams
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