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 ExprCallTypefn clone(&self) -> ExprCallTypefn clone_from(&mut self, source: &Self)impl PartialEq for ExprCallTypefn eq(&self, __arg_0: &ExprCallType) -> boolfn ne(&self, __arg_0: &ExprCallType) -> boolimpl Debug for ExprCallTypeimpl Clone for ExprCallTypefn clone(&self) -> ExprCallTypefn clone_from(&mut self, source: &Self)impl PartialEq for ExprCallTypefn eq(&self, __arg_0: &ExprCallType) -> boolfn ne(&self, __arg_0: &ExprCallType) -> boolimpl Debug for ExprCallType