Enum cql3_parser::update::AssignmentOperator
source · [−]Expand description
Defines the optional +/- value for an assignment
Variants
Plus(Operand)
Minus(Operand)
Trait Implementations
sourceimpl Clone for AssignmentOperator
impl Clone for AssignmentOperator
sourcefn clone(&self) -> AssignmentOperator
fn clone(&self) -> AssignmentOperator
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AssignmentOperator
impl Debug for AssignmentOperator
sourceimpl Display for AssignmentOperator
impl Display for AssignmentOperator
sourceimpl PartialEq<AssignmentOperator> for AssignmentOperator
impl PartialEq<AssignmentOperator> for AssignmentOperator
sourcefn eq(&self, other: &AssignmentOperator) -> bool
fn eq(&self, other: &AssignmentOperator) -> bool
impl StructuralPartialEq for AssignmentOperator
Auto Trait Implementations
impl RefUnwindSafe for AssignmentOperator
impl Send for AssignmentOperator
impl Sync for AssignmentOperator
impl Unpin for AssignmentOperator
impl UnwindSafe for AssignmentOperator
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more