pub enum Implications {
Min,
Product,
Custom(fn(f64, &Vec<f64>) -> Vec<f64>),
}Variants§
Implementations§
Source§impl Implications
impl Implications
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Implications
impl RefUnwindSafe for Implications
impl Send for Implications
impl Sync for Implications
impl Unpin for Implications
impl UnwindSafe for Implications
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