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