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