pub enum UncertaintyMeasureWithUnitRefView<'m> {
UncertaintyMeasureWithUnit(&'m UncertaintyMeasureWithUnit),
}Variants§
UncertaintyMeasureWithUnit(&'m UncertaintyMeasureWithUnit)
Trait Implementations§
Source§impl<'m> Clone for UncertaintyMeasureWithUnitRefView<'m>
impl<'m> Clone for UncertaintyMeasureWithUnitRefView<'m>
Source§fn clone(&self) -> UncertaintyMeasureWithUnitRefView<'m>
fn clone(&self) -> UncertaintyMeasureWithUnitRefView<'m>
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 moreimpl<'m> Copy for UncertaintyMeasureWithUnitRefView<'m>
Auto Trait Implementations§
impl<'m> Freeze for UncertaintyMeasureWithUnitRefView<'m>
impl<'m> RefUnwindSafe for UncertaintyMeasureWithUnitRefView<'m>
impl<'m> Send for UncertaintyMeasureWithUnitRefView<'m>
impl<'m> Sync for UncertaintyMeasureWithUnitRefView<'m>
impl<'m> Unpin for UncertaintyMeasureWithUnitRefView<'m>
impl<'m> UnsafeUnpin for UncertaintyMeasureWithUnitRefView<'m>
impl<'m> UnwindSafe for UncertaintyMeasureWithUnitRefView<'m>
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