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