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