Enum ironcalc_base::expressions::token::OpProduct
source · pub enum OpProduct {
Times,
Divide,
}Variants§
Trait Implementations§
source§impl PartialEq for OpProduct
impl PartialEq for OpProduct
impl Eq for OpProduct
impl StructuralEq for OpProduct
impl StructuralPartialEq for OpProduct
Auto Trait Implementations§
impl RefUnwindSafe for OpProduct
impl Send for OpProduct
impl Sync for OpProduct
impl Unpin for OpProduct
impl UnwindSafe for OpProduct
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