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