pub struct DimensionVectorValueV0 {
pub source_value: String,
pub unit: String,
pub unit_family: &'static str,
pub vector: DimensionVectorV0,
}Fields§
§source_value: String§unit: String§unit_family: &'static str§vector: DimensionVectorV0Trait Implementations§
Source§impl Clone for DimensionVectorValueV0
impl Clone for DimensionVectorValueV0
Source§fn clone(&self) -> DimensionVectorValueV0
fn clone(&self) -> DimensionVectorValueV0
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 moreSource§impl Debug for DimensionVectorValueV0
impl Debug for DimensionVectorValueV0
impl Eq for DimensionVectorValueV0
Source§impl PartialEq for DimensionVectorValueV0
impl PartialEq for DimensionVectorValueV0
Source§impl Serialize for DimensionVectorValueV0
impl Serialize for DimensionVectorValueV0
impl StructuralPartialEq for DimensionVectorValueV0
Auto Trait Implementations§
impl Freeze for DimensionVectorValueV0
impl RefUnwindSafe for DimensionVectorValueV0
impl Send for DimensionVectorValueV0
impl Sync for DimensionVectorValueV0
impl Unpin for DimensionVectorValueV0
impl UnsafeUnpin for DimensionVectorValueV0
impl UnwindSafe for DimensionVectorValueV0
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.