Traits for the built-in operators

Trait Add

Method add

fn add(&self, rhs: &RHS) -> Result

Trait BitAnd

Method bitand

fn bitand(&self, rhs: &RHS) -> Result

Trait BitOr

Method bitor

fn bitor(&self, rhs: &RHS) -> Result

Trait BitXor

Method bitxor

fn bitxor(&self, rhs: &RHS) -> Result

Trait Div

Method div

fn div(&self, rhs: &RHS) -> Result

Trait Drop

Method drop

fn drop(&self)

Trait Index

Method index

fn index(&self, index: &Index) -> Result

Trait Mul

Method mul

fn mul(&self, rhs: &RHS) -> Result

Trait Neg

Method neg

fn neg(&self) -> Result

Trait Not

Method not

fn not(&self) -> Result

Trait Rem

Method rem

fn rem(&self, rhs: &RHS) -> Result

Trait Shl

Method shl

fn shl(&self, rhs: &RHS) -> Result

Trait Shr

Method shr

fn shr(&self, rhs: &RHS) -> Result

Trait Sub

Method sub

fn sub(&self, rhs: &RHS) -> Result