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