pub struct DimensionRow {
pub name: String,
pub value: String,
}Expand description
A single name/value metric dimension pair.
Fields§
§name: String§value: StringTrait Implementations§
Source§impl Clone for DimensionRow
impl Clone for DimensionRow
Source§fn clone(&self) -> DimensionRow
fn clone(&self) -> DimensionRow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for DimensionRow
impl RefUnwindSafe for DimensionRow
impl Send for DimensionRow
impl Sync for DimensionRow
impl Unpin for DimensionRow
impl UnsafeUnpin for DimensionRow
impl UnwindSafe for DimensionRow
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