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