Struct darklua_core::nodes::FunctionStatementTokens [−][src]
pub struct FunctionStatementTokens {
pub function: Token,
pub opening_parenthese: Token,
pub closing_parenthese: Token,
pub end: Token,
pub parameter_commas: Vec<Token>,
pub variable_arguments: Option<Token>,
}
Fields
function: Token
opening_parenthese: Token
closing_parenthese: Token
end: Token
parameter_commas: Vec<Token>
variable_arguments: Option<Token>
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 FunctionStatementTokens
impl Send for FunctionStatementTokens
impl Sync for FunctionStatementTokens
impl Unpin for FunctionStatementTokens
impl UnwindSafe for FunctionStatementTokens
Blanket Implementations
Mutably borrows from an owned value. Read more