Struct darklua_core::nodes::FunctionStatement [−][src]
pub struct FunctionStatement { /* fields omitted */ }
Implementations
pub fn new(
name: FunctionName,
block: Block,
parameters: Vec<Identifier>,
is_variadic: bool
) -> Self
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FunctionStatement
impl Send for FunctionStatement
impl Sync for FunctionStatement
impl Unpin for FunctionStatement
impl UnwindSafe for FunctionStatement
Blanket Implementations
Mutably borrows from an owned value. Read more