Enum twig::nodes::expr::ExprCallType
[−]
[src]
pub enum ExprCallType { Any, Method, Array, }
Variants
Any | |
Method | |
Array |
pub enum ExprCallType { Any, Method, Array, }
Any | |
Method | |
Array |
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
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