pub enum ExprOp {
Add,
Sub,
Mul,
}Variants§
Trait Implementations§
impl Copy for ExprOp
impl Eq for ExprOp
impl StructuralPartialEq for ExprOp
Auto Trait Implementations§
impl Freeze for ExprOp
impl RefUnwindSafe for ExprOp
impl Send for ExprOp
impl Sync for ExprOp
impl Unpin for ExprOp
impl UnsafeUnpin for ExprOp
impl UnwindSafe for ExprOp
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