pub enum MathFn2 {
Min,
Max,
Pow,
}Variants§
Implementations§
Source§impl MathFn2
impl MathFn2
pub fn evaluate(&self, arg1: &RolledExpression, arg2: &RolledExpression) -> f64
Trait Implementations§
impl Copy for MathFn2
impl Eq for MathFn2
impl StructuralPartialEq for MathFn2
Auto Trait Implementations§
impl Freeze for MathFn2
impl RefUnwindSafe for MathFn2
impl Send for MathFn2
impl Sync for MathFn2
impl Unpin for MathFn2
impl UnwindSafe for MathFn2
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