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