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