pub enum BinaryOp {
Show 26 variants
When,
FBy,
Default,
And,
Or,
Impl,
Equal,
Neq,
Lt,
Gt,
Lte,
Gte,
Mod,
Minus,
Plus,
Slash,
Power,
Concat,
Index,
Range,
Div,
Prod,
Step,
Percent,
FieldAccess,
Hat,
}
Expand description
Binary operators
Variants§
When
FBy
Default
And
Or
Impl
Equal
Neq
Lt
Gt
Lte
Gte
Mod
Minus
Plus
Slash
Power
Concat
Index
Range
Div
Prod
Step
Percent
FieldAccess
Hat
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BinaryOp
impl RefUnwindSafe for BinaryOp
impl Send for BinaryOp
impl Sync for BinaryOp
impl Unpin for BinaryOp
impl UnwindSafe for BinaryOp
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