Struct darklua_core::nodes::TableTokens
source · [−]pub struct TableTokens {
pub opening_brace: Token,
pub closing_brace: Token,
pub separators: Vec<Token>,
}Fields
opening_brace: Tokenclosing_brace: Tokenseparators: Vec<Token>Implementations
sourceimpl TableTokens
impl TableTokens
pub fn clear_comments(&mut self)
pub fn clear_whitespaces(&mut self)
Trait Implementations
sourceimpl Clone for TableTokens
impl Clone for TableTokens
sourcefn clone(&self) -> TableTokens
fn clone(&self) -> TableTokens
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 TableTokens
impl Debug for TableTokens
sourceimpl PartialEq<TableTokens> for TableTokens
impl PartialEq<TableTokens> for TableTokens
sourcefn eq(&self, other: &TableTokens) -> bool
fn eq(&self, other: &TableTokens) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &TableTokens) -> bool
fn ne(&self, other: &TableTokens) -> bool
This method tests for !=.
impl Eq for TableTokens
impl StructuralEq for TableTokens
impl StructuralPartialEq for TableTokens
Auto Trait Implementations
impl RefUnwindSafe for TableTokens
impl Send for TableTokens
impl Sync for TableTokens
impl Unpin for TableTokens
impl UnwindSafe for TableTokens
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