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