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