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