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