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