pub enum Arith {
Add,
Sub,
Mul,
Div,
}Expand description
How two numbers combine.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Arith
impl RefUnwindSafe for Arith
impl Send for Arith
impl Sync for Arith
impl Unpin for Arith
impl UnsafeUnpin for Arith
impl UnwindSafe for Arith
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