pub enum UpdateExpressionOperator {
PlusPlus(Span),
MinusMinus(Span),
}Variants§
Trait Implementations§
Source§impl Clone for UpdateExpressionOperator
impl Clone for UpdateExpressionOperator
Source§fn clone(&self) -> UpdateExpressionOperator
fn clone(&self) -> UpdateExpressionOperator
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 UpdateExpressionOperator
impl Debug for UpdateExpressionOperator
Source§impl<'tree> FromNode<'tree> for UpdateExpressionOperator
impl<'tree> FromNode<'tree> for UpdateExpressionOperator
Auto Trait Implementations§
impl Freeze for UpdateExpressionOperator
impl RefUnwindSafe for UpdateExpressionOperator
impl Send for UpdateExpressionOperator
impl Sync for UpdateExpressionOperator
impl Unpin for UpdateExpressionOperator
impl UnsafeUnpin for UpdateExpressionOperator
impl UnwindSafe for UpdateExpressionOperator
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