pub enum ModifierUnit {
BasUnitDivByModifier(Unit),
BaseUnitMulByModifier(Unit),
}Variants§
Trait Implementations§
source§impl Clone for ModifierUnit
impl Clone for ModifierUnit
source§fn clone(&self) -> ModifierUnit
fn clone(&self) -> ModifierUnit
Returns a copy 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 ModifierUnit
impl Debug for ModifierUnit
source§impl PartialEq for ModifierUnit
impl PartialEq for ModifierUnit
source§fn eq(&self, other: &ModifierUnit) -> bool
fn eq(&self, other: &ModifierUnit) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ModifierUnit
impl StructuralPartialEq for ModifierUnit
Auto Trait Implementations§
impl RefUnwindSafe for ModifierUnit
impl Send for ModifierUnit
impl Sync for ModifierUnit
impl Unpin for ModifierUnit
impl UnwindSafe for ModifierUnit
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