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