Enum rurtle::parse::ast::AddOp [] [src]

pub enum AddOp {
    Add,
    Sub,
}

Variants

Add
Sub

Trait Implementations

Derived Implementations

impl Clone for AddOp

fn clone(&self) -> AddOp

fn clone_from(&mut self, source: &Self)

impl Copy for AddOp

impl Debug for AddOp

fn fmt(&self, __arg_0: &mut Formatter) -> Result