Enum darklua_core::nodes::Arguments [−][src]
pub enum Arguments {
Tuple(TupleArguments),
String(StringExpression),
Table(TableExpression),
}
Variants
Tuple(TupleArguments)
Tuple Fields
String(StringExpression)
Tuple Fields
Table(TableExpression)
Tuple Fields
Implementations
pub fn to_expressions(self) -> Vec<Expression>ⓘ
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for Arguments
impl UnwindSafe for Arguments
Blanket Implementations
Mutably borrows from an owned value. Read more