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