pub enum Ensemble {
Isometric(Scalar),
Isotensional(Scalar),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ensemble
impl RefUnwindSafe for Ensemble
impl Send for Ensemble
impl Sync for Ensemble
impl Unpin for Ensemble
impl UnwindSafe for Ensemble
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