Enum twig::nodes::expr::ExprCallType [] [src]

pub enum ExprCallType {
    Any,
    Method,
    Array,
}

Variants

Any
Method
Array

Trait Implementations

Derived Implementations

impl Clone for ExprCallType

fn clone(&self) -> ExprCallType

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

impl PartialEq for ExprCallType

fn eq(&self, __arg_0: &ExprCallType) -> bool

fn ne(&self, __arg_0: &ExprCallType) -> bool

impl Debug for ExprCallType

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

impl Clone for ExprCallType

fn clone(&self) -> ExprCallType

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

impl PartialEq for ExprCallType

fn eq(&self, __arg_0: &ExprCallType) -> bool

fn ne(&self, __arg_0: &ExprCallType) -> bool

impl Debug for ExprCallType

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