Struct darklua_core::nodes::LocalFunctionStatement [−][src]
pub struct LocalFunctionStatement { /* fields omitted */ }
Implementations
pub fn new(
identifier: Identifier,
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 LocalFunctionStatement
impl Send for LocalFunctionStatement
impl Sync for LocalFunctionStatement
impl Unpin for LocalFunctionStatement
impl UnwindSafe for LocalFunctionStatement
Blanket Implementations
Mutably borrows from an owned value. Read more