pub enum Subscale {
Assimilation,
Compensation,
Masking,
}Variants§
Auto Trait Implementations§
impl Freeze for Subscale
impl RefUnwindSafe for Subscale
impl Send for Subscale
impl Sync for Subscale
impl Unpin for Subscale
impl UnsafeUnpin for Subscale
impl UnwindSafe for Subscale
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