Struct darklua_core::nodes::TupleArgumentsTokens
source · [−]pub struct TupleArgumentsTokens {
pub opening_parenthese: Token,
pub closing_parenthese: Token,
pub commas: Vec<Token>,
}Fields
opening_parenthese: Tokenclosing_parenthese: Tokencommas: Vec<Token>Implementations
sourceimpl TupleArgumentsTokens
impl TupleArgumentsTokens
pub fn clear_comments(&mut self)
pub fn clear_whitespaces(&mut self)
Trait Implementations
sourceimpl Clone for TupleArgumentsTokens
impl Clone for TupleArgumentsTokens
sourcefn clone(&self) -> TupleArgumentsTokens
fn clone(&self) -> TupleArgumentsTokens
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TupleArgumentsTokens
impl Debug for TupleArgumentsTokens
sourceimpl PartialEq<TupleArgumentsTokens> for TupleArgumentsTokens
impl PartialEq<TupleArgumentsTokens> for TupleArgumentsTokens
sourcefn eq(&self, other: &TupleArgumentsTokens) -> bool
fn eq(&self, other: &TupleArgumentsTokens) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &TupleArgumentsTokens) -> bool
fn ne(&self, other: &TupleArgumentsTokens) -> bool
This method tests for !=.
impl Eq for TupleArgumentsTokens
impl StructuralEq for TupleArgumentsTokens
impl StructuralPartialEq for TupleArgumentsTokens
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more