Enum python_parser::ast::AugAssignOp [−][src]
pub enum AugAssignOp { Add, Sub, Mult, MatMult, Div, Mod, BitAnd, BitOr, BitXor, Lshift, Rshift, Power, Floordiv, }
+=
and its friends.
Variants
Add
Sub
Mult
MatMult
Div
Mod
BitAnd
BitOr
BitXor
Lshift
Rshift
Power
Floordiv
Trait Implementations
impl Clone for AugAssignOp
[src]
impl Clone for AugAssignOp
fn clone(&self) -> AugAssignOp
[src]
fn clone(&self) -> AugAssignOp
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for AugAssignOp
[src]
impl Copy for AugAssignOp
impl Debug for AugAssignOp
[src]
impl Debug for AugAssignOp
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for AugAssignOp
[src]
impl PartialEq for AugAssignOp
fn eq(&self, other: &AugAssignOp) -> bool
[src]
fn eq(&self, other: &AugAssignOp) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for AugAssignOp
[src]
impl Eq for AugAssignOp
impl Hash for AugAssignOp
[src]
impl Hash for AugAssignOp
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl Display for AugAssignOp
[src]
impl Display for AugAssignOp
Auto Trait Implementations
impl Send for AugAssignOp
impl Send for AugAssignOp
impl Sync for AugAssignOp
impl Sync for AugAssignOp