Enum netsblox_ast::VariadicInput
source · Variants§
Fixed(Vec<Expr>)
A fixed list of inputs specified inline.
VarArgs(Box<Expr>)
Inputs are the contents of an expression, which is expected to evaluate to a list.
Trait Implementations§
source§impl Clone for VariadicInput
impl Clone for VariadicInput
source§fn clone(&self) -> VariadicInput
fn clone(&self) -> VariadicInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more