pub struct NamedUnit {
pub dimensions: Option<DimensionalExponentsRef>,
}Fields§
§dimensions: Option<DimensionalExponentsRef>Trait Implementations§
impl StructuralPartialEq for NamedUnit
Auto Trait Implementations§
impl Freeze for NamedUnit
impl RefUnwindSafe for NamedUnit
impl Send for NamedUnit
impl Sync for NamedUnit
impl Unpin for NamedUnit
impl UnsafeUnpin for NamedUnit
impl UnwindSafe for NamedUnit
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