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
AddSubMultMatMultDivModBitAndBitOrBitXorLshiftRshiftPowerFloordiv
Trait Implementations
impl Clone for AugAssignOp[src]
impl Clone for AugAssignOpfn clone(&self) -> AugAssignOp[src]
fn clone(&self) -> AugAssignOpReturns 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 AugAssignOpimpl Debug for AugAssignOp[src]
impl Debug for AugAssignOpfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for AugAssignOp[src]
impl PartialEq for AugAssignOpfn eq(&self, other: &AugAssignOp) -> bool[src]
fn eq(&self, other: &AugAssignOp) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for AugAssignOp[src]
impl Eq for AugAssignOpimpl Hash for AugAssignOp[src]
impl Hash for AugAssignOpfn 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 AugAssignOpAuto Trait Implementations
impl Send for AugAssignOp
impl Send for AugAssignOpimpl Sync for AugAssignOp
impl Sync for AugAssignOp