pub enum AugmentedAssignmentExpressionOperator {
}Variants§
PercentEq(Span)
AmpAmpEq(Span)
AmpEq(Span)
StarStarEq(Span)
StarEq(Span)
PlusEq(Span)
MinusEq(Span)
SlashEq(Span)
ShlEq(Span)
ShrEq(Span)
GtGtGtEq(Span)
QuestionQuestionEq(Span)
CaretEq(Span)
PipeEq(Span)
PipePipeEq(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
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