pub enum AugmentedAssignmentExpressionOperator {
}Variants§
PercentEq(Span)
AmpEq(Span)
StarStarEq(Span)
StarEq(Span)
PlusEq(Span)
MinusEq(Span)
DotEq(Span)
SlashEq(Span)
ShlEq(Span)
ShrEq(Span)
QuestionQuestionEq(Span)
CaretEq(Span)
PipeEq(Span)
Trait Implementations§
Source§impl Clone for AugmentedAssignmentExpressionOperator
impl Clone for AugmentedAssignmentExpressionOperator
Source§fn clone(&self) -> AugmentedAssignmentExpressionOperator
fn clone(&self) -> AugmentedAssignmentExpressionOperator
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'tree> FromNode<'tree> for AugmentedAssignmentExpressionOperator
impl<'tree> FromNode<'tree> for AugmentedAssignmentExpressionOperator
Source§impl PartialEq for AugmentedAssignmentExpressionOperator
impl PartialEq for AugmentedAssignmentExpressionOperator
Source§fn eq(&self, other: &AugmentedAssignmentExpressionOperator) -> bool
fn eq(&self, other: &AugmentedAssignmentExpressionOperator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AugmentedAssignmentExpressionOperator
impl StructuralPartialEq for AugmentedAssignmentExpressionOperator
Auto Trait Implementations§
impl Freeze for AugmentedAssignmentExpressionOperator
impl RefUnwindSafe for AugmentedAssignmentExpressionOperator
impl Send for AugmentedAssignmentExpressionOperator
impl Sync for AugmentedAssignmentExpressionOperator
impl Unpin for AugmentedAssignmentExpressionOperator
impl UnsafeUnpin for AugmentedAssignmentExpressionOperator
impl UnwindSafe for AugmentedAssignmentExpressionOperator
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more