pub(crate) struct Metric {
pub(crate) ty: MetricType,
pub(crate) name: String,
pub(crate) description: String,
pub(crate) features: Vec<String>,
}
Fields§
§ty: MetricType
§name: String
§description: String
§features: Vec<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Metric
impl RefUnwindSafe for Metric
impl Send for Metric
impl Sync for Metric
impl Unpin for Metric
impl UnwindSafe for Metric
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