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