pub enum StressSquaredUnit {
Nsq_mmhc,
}Variants§
Nsq_mmhc
Trait Implementations§
Source§impl Clone for StressSquaredUnit
impl Clone for StressSquaredUnit
Source§fn clone(&self) -> StressSquaredUnit
fn clone(&self) -> StressSquaredUnit
Returns a duplicate of the value. Read more
1.0.0 · 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 StressSquaredUnit
impl Debug for StressSquaredUnit
Source§impl Hash for StressSquaredUnit
impl Hash for StressSquaredUnit
Source§impl PartialEq for StressSquaredUnit
impl PartialEq for StressSquaredUnit
Source§impl PhysicsUnit for StressSquaredUnit
impl PhysicsUnit for StressSquaredUnit
impl Copy for StressSquaredUnit
impl Eq for StressSquaredUnit
impl StructuralPartialEq for StressSquaredUnit
Auto Trait Implementations§
impl Freeze for StressSquaredUnit
impl RefUnwindSafe for StressSquaredUnit
impl Send for StressSquaredUnit
impl Sync for StressSquaredUnit
impl Unpin for StressSquaredUnit
impl UnsafeUnpin for StressSquaredUnit
impl UnwindSafe for StressSquaredUnit
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