Enum darklua_core::nodes::Arguments [−][src]
pub enum Arguments {
Tuple(TupleArguments),
String(StringExpression),
Table(TableExpression),
}
Variants
Tuple(TupleArguments)
Tuple Fields of Tuple
String(StringExpression)
Tuple Fields of String
Table(TableExpression)
Tuple Fields of Table
Implementations
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