pub enum BOp {
Add,
Sub,
Mul,
Div,
Pow,
Cmplt,
Max,
}
Expand description
Binary op
Variants§
Auto Trait Implementations§
impl Freeze for BOp
impl RefUnwindSafe for BOp
impl Send for BOp
impl Sync for BOp
impl Unpin for BOp
impl UnwindSafe for BOp
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