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