pub struct ValueRepresentationItem {
pub name: String,
pub value_component: MeasureValue,
}Fields§
§name: String§value_component: MeasureValueTrait Implementations§
Source§impl Clone for ValueRepresentationItem
impl Clone for ValueRepresentationItem
Source§fn clone(&self) -> ValueRepresentationItem
fn clone(&self) -> ValueRepresentationItem
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 ValueRepresentationItem
impl Debug for ValueRepresentationItem
Source§impl PartialEq for ValueRepresentationItem
impl PartialEq for ValueRepresentationItem
Source§fn eq(&self, other: &ValueRepresentationItem) -> bool
fn eq(&self, other: &ValueRepresentationItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ValueRepresentationItem
Auto Trait Implementations§
impl Freeze for ValueRepresentationItem
impl RefUnwindSafe for ValueRepresentationItem
impl Send for ValueRepresentationItem
impl Sync for ValueRepresentationItem
impl Unpin for ValueRepresentationItem
impl UnsafeUnpin for ValueRepresentationItem
impl UnwindSafe for ValueRepresentationItem
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