pub enum ArithmeticPrimitive {
Quotient,
}Expand description
An arithmetic primitive.
Variants§
Quotient
A quotient procedure.
Auto Trait Implementations§
impl Freeze for ArithmeticPrimitive
impl RefUnwindSafe for ArithmeticPrimitive
impl Send for ArithmeticPrimitive
impl Sync for ArithmeticPrimitive
impl Unpin for ArithmeticPrimitive
impl UnsafeUnpin for ArithmeticPrimitive
impl UnwindSafe for ArithmeticPrimitive
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