pub struct DimensionalExponentsId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl Clone for DimensionalExponentsId
impl Clone for DimensionalExponentsId
Source§fn clone(&self) -> DimensionalExponentsId
fn clone(&self) -> DimensionalExponentsId
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 Copy for DimensionalExponentsId
Source§impl Debug for DimensionalExponentsId
impl Debug for DimensionalExponentsId
impl Eq for DimensionalExponentsId
Source§impl Hash for DimensionalExponentsId
impl Hash for DimensionalExponentsId
Source§impl PartialEq for DimensionalExponentsId
impl PartialEq for DimensionalExponentsId
Source§fn eq(&self, other: &DimensionalExponentsId) -> bool
fn eq(&self, other: &DimensionalExponentsId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DimensionalExponentsId
Auto Trait Implementations§
impl Freeze for DimensionalExponentsId
impl RefUnwindSafe for DimensionalExponentsId
impl Send for DimensionalExponentsId
impl Sync for DimensionalExponentsId
impl Unpin for DimensionalExponentsId
impl UnsafeUnpin for DimensionalExponentsId
impl UnwindSafe for DimensionalExponentsId
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