pub enum AugmentedAssignmentOperator {
}Variants§
PercentEq(Span)
AmpEq(Span)
StarStarEq(Span)
StarEq(Span)
PlusEq(Span)
MinusEq(Span)
SlashSlashEq(Span)
SlashEq(Span)
ShlEq(Span)
ShrEq(Span)
AtEq(Span)
CaretEq(Span)
PipeEq(Span)
Trait Implementations§
Source§impl Clone for AugmentedAssignmentOperator
impl Clone for AugmentedAssignmentOperator
Source§fn clone(&self) -> AugmentedAssignmentOperator
fn clone(&self) -> AugmentedAssignmentOperator
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 Debug for AugmentedAssignmentOperator
impl Debug for AugmentedAssignmentOperator
Source§impl<'tree> FromNode<'tree> for AugmentedAssignmentOperator
impl<'tree> FromNode<'tree> for AugmentedAssignmentOperator
Auto Trait Implementations§
impl Freeze for AugmentedAssignmentOperator
impl RefUnwindSafe for AugmentedAssignmentOperator
impl Send for AugmentedAssignmentOperator
impl Sync for AugmentedAssignmentOperator
impl Unpin for AugmentedAssignmentOperator
impl UnsafeUnpin for AugmentedAssignmentOperator
impl UnwindSafe for AugmentedAssignmentOperator
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