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