Trait rbatis_codegen::ops::Mul

source ·
pub trait Mul<Rhs = Self> {
    type Output;

    // Required method
    fn op_mul(self, rhs: Rhs) -> Self::Output;
}

Required Associated Types§

source

type Output

The resulting type after applying the * operator.

Required Methods§

source

fn op_mul(self, rhs: Rhs) -> Self::Output

Performs the * operation.

§Example
assert_eq!(12 * 2, 24);

Implementations on Foreign Types§

source§

impl Mul for Value

§

type Output = Value

source§

fn op_mul(self, rhs: Value) -> Self::Output

source§

impl Mul for f32

§

type Output = f32

source§

fn op_mul(self, rhs: f32) -> Self::Output

source§

impl Mul for f64

§

type Output = f64

source§

fn op_mul(self, rhs: f64) -> Self::Output

source§

impl Mul for i8

§

type Output = i8

source§

fn op_mul(self, rhs: i8) -> Self::Output

source§

impl Mul for i16

§

type Output = i16

source§

fn op_mul(self, rhs: i16) -> Self::Output

source§

impl Mul for i32

§

type Output = i32

source§

fn op_mul(self, rhs: i32) -> Self::Output

source§

impl Mul for i64

§

type Output = i64

source§

fn op_mul(self, rhs: i64) -> Self::Output

source§

impl Mul for isize

§

type Output = isize

source§

fn op_mul(self, rhs: isize) -> Self::Output

source§

impl Mul for u8

§

type Output = u8

source§

fn op_mul(self, rhs: u8) -> Self::Output

source§

impl Mul for u16

§

type Output = u16

source§

fn op_mul(self, rhs: u16) -> Self::Output

source§

impl Mul for u32

§

type Output = u32

source§

fn op_mul(self, rhs: u32) -> Self::Output

source§

impl Mul for u64

§

type Output = u64

source§

fn op_mul(self, rhs: u64) -> Self::Output

source§

impl Mul<&&Value> for &Value

§

type Output = Value

source§

fn op_mul(self, rhs: &&Value) -> Self::Output

source§

impl Mul<&&Value> for Value

§

type Output = Value

source§

fn op_mul(self, rhs: &&Value) -> Self::Output

source§

impl Mul<&&Value> for f32

§

type Output = f64

source§

fn op_mul(self, other: &&Value) -> Self::Output

source§

impl Mul<&&Value> for f64

§

type Output = f64

source§

fn op_mul(self, other: &&Value) -> Self::Output

source§

impl Mul<&&Value> for i8

§

type Output = i64

source§

fn op_mul(self, other: &&Value) -> Self::Output

source§

impl Mul<&&Value> for i16

§

type Output = i64

source§

fn op_mul(self, other: &&Value) -> Self::Output

source§

impl Mul<&&Value> for i32

§

type Output = i64

source§

fn op_mul(self, other: &&Value) -> Self::Output

source§

impl Mul<&&Value> for i64

§

type Output = i64

source§

fn op_mul(self, other: &&Value) -> Self::Output

source§

impl Mul<&&Value> for isize

§

type Output = i64

source§

fn op_mul(self, other: &&Value) -> Self::Output

source§

impl Mul<&&Value> for u8

§

type Output = u64

source§

fn op_mul(self, other: &&Value) -> Self::Output

source§

impl Mul<&&Value> for u16

§

type Output = u64

source§

fn op_mul(self, other: &&Value) -> Self::Output

source§

impl Mul<&&Value> for u32

§

type Output = u64

source§

fn op_mul(self, other: &&Value) -> Self::Output

source§

impl Mul<&&Value> for u64

§

type Output = u64

source§

fn op_mul(self, other: &&Value) -> Self::Output

source§

impl Mul<&Value> for &Value

§

type Output = Value

source§

fn op_mul(self, rhs: &Value) -> Self::Output

source§

impl Mul<&Value> for &f32

§

type Output = f64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for &f64

§

type Output = f64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for &i8

§

type Output = i64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for &i16

§

type Output = i64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for &i32

§

type Output = i64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for &i64

§

type Output = i64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for &isize

§

type Output = i64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for &u8

§

type Output = u64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for &u16

§

type Output = u64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for &u32

§

type Output = u64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for &u64

§

type Output = u64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for Value

§

type Output = Value

source§

fn op_mul(self, rhs: &Value) -> Self::Output

source§

impl Mul<&Value> for f32

§

type Output = f64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for f64

§

type Output = f64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for i8

§

type Output = i64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for i16

§

type Output = i64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for i32

§

type Output = i64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for i64

§

type Output = i64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for isize

§

type Output = i64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for u8

§

type Output = u64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for u16

§

type Output = u64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for u32

§

type Output = u64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&Value> for u64

§

type Output = u64

source§

fn op_mul(self, other: &Value) -> Self::Output

source§

impl Mul<&f32> for &f32

§

type Output = f32

source§

fn op_mul(self, rhs: &f32) -> Self::Output

source§

impl Mul<&f32> for Value

§

type Output = f64

source§

fn op_mul(self, other: &f32) -> Self::Output

source§

impl Mul<&f32> for f32

§

type Output = f32

source§

fn op_mul(self, rhs: &f32) -> Self::Output

source§

impl Mul<&f64> for &f64

§

type Output = f64

source§

fn op_mul(self, rhs: &f64) -> Self::Output

source§

impl Mul<&f64> for Value

§

type Output = f64

source§

fn op_mul(self, other: &f64) -> Self::Output

source§

impl Mul<&f64> for f64

§

type Output = f64

source§

fn op_mul(self, rhs: &f64) -> Self::Output

source§

impl Mul<&i8> for &i8

§

type Output = i8

source§

fn op_mul(self, rhs: &i8) -> Self::Output

source§

impl Mul<&i8> for Value

§

type Output = i64

source§

fn op_mul(self, other: &i8) -> Self::Output

source§

impl Mul<&i8> for i8

§

type Output = i8

source§

fn op_mul(self, rhs: &i8) -> Self::Output

source§

impl Mul<&i16> for &i16

§

type Output = i16

source§

fn op_mul(self, rhs: &i16) -> Self::Output

source§

impl Mul<&i16> for Value

§

type Output = i64

source§

fn op_mul(self, other: &i16) -> Self::Output

source§

impl Mul<&i16> for i16

§

type Output = i16

source§

fn op_mul(self, rhs: &i16) -> Self::Output

source§

impl Mul<&i32> for &i32

§

type Output = i32

source§

fn op_mul(self, rhs: &i32) -> Self::Output

source§

impl Mul<&i32> for Value

§

type Output = i64

source§

fn op_mul(self, other: &i32) -> Self::Output

source§

impl Mul<&i32> for i32

§

type Output = i32

source§

fn op_mul(self, rhs: &i32) -> Self::Output

source§

impl Mul<&i64> for &i64

§

type Output = i64

source§

fn op_mul(self, rhs: &i64) -> Self::Output

source§

impl Mul<&i64> for Value

§

type Output = i64

source§

fn op_mul(self, other: &i64) -> Self::Output

source§

impl Mul<&i64> for i64

§

type Output = i64

source§

fn op_mul(self, rhs: &i64) -> Self::Output

source§

impl Mul<&isize> for &isize

§

type Output = isize

source§

fn op_mul(self, rhs: &isize) -> Self::Output

source§

impl Mul<&isize> for Value

§

type Output = i64

source§

fn op_mul(self, other: &isize) -> Self::Output

source§

impl Mul<&isize> for isize

§

type Output = isize

source§

fn op_mul(self, rhs: &isize) -> Self::Output

source§

impl Mul<&u8> for &u8

§

type Output = u8

source§

fn op_mul(self, rhs: &u8) -> Self::Output

source§

impl Mul<&u8> for Value

§

type Output = u64

source§

fn op_mul(self, other: &u8) -> Self::Output

source§

impl Mul<&u8> for u8

§

type Output = u8

source§

fn op_mul(self, rhs: &u8) -> Self::Output

source§

impl Mul<&u16> for &u16

§

type Output = u16

source§

fn op_mul(self, rhs: &u16) -> Self::Output

source§

impl Mul<&u16> for Value

§

type Output = u64

source§

fn op_mul(self, other: &u16) -> Self::Output

source§

impl Mul<&u16> for u16

§

type Output = u16

source§

fn op_mul(self, rhs: &u16) -> Self::Output

source§

impl Mul<&u32> for &u32

§

type Output = u32

source§

fn op_mul(self, rhs: &u32) -> Self::Output

source§

impl Mul<&u32> for Value

§

type Output = u64

source§

fn op_mul(self, other: &u32) -> Self::Output

source§

impl Mul<&u32> for u32

§

type Output = u32

source§

fn op_mul(self, rhs: &u32) -> Self::Output

source§

impl Mul<&u64> for &u64

§

type Output = u64

source§

fn op_mul(self, rhs: &u64) -> Self::Output

source§

impl Mul<&u64> for Value

§

type Output = u64

source§

fn op_mul(self, other: &u64) -> Self::Output

source§

impl Mul<&u64> for u64

§

type Output = u64

source§

fn op_mul(self, rhs: &u64) -> Self::Output

source§

impl Mul<Value> for &Value

§

type Output = Value

source§

fn op_mul(self, rhs: Value) -> Self::Output

source§

impl Mul<Value> for &f32

§

type Output = f64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for &f64

§

type Output = f64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for &i8

§

type Output = i64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for &i16

§

type Output = i64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for &i32

§

type Output = i64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for &i64

§

type Output = i64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for &isize

§

type Output = i64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for &u8

§

type Output = u64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for &u16

§

type Output = u64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for &u32

§

type Output = u64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for &u64

§

type Output = u64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for f32

§

type Output = f64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for f64

§

type Output = f64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for i8

§

type Output = i64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for i16

§

type Output = i64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for i32

§

type Output = i64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for i64

§

type Output = i64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for isize

§

type Output = i64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for u8

§

type Output = u64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for u16

§

type Output = u64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for u32

§

type Output = u64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<Value> for u64

§

type Output = u64

source§

fn op_mul(self, other: Value) -> Self::Output

source§

impl Mul<f32> for &f32

§

type Output = f32

source§

fn op_mul(self, rhs: f32) -> Self::Output

source§

impl Mul<f32> for Value

§

type Output = f64

source§

fn op_mul(self, other: f32) -> Self::Output

source§

impl Mul<f64> for &f64

§

type Output = f64

source§

fn op_mul(self, rhs: f64) -> Self::Output

source§

impl Mul<f64> for Value

§

type Output = f64

source§

fn op_mul(self, other: f64) -> Self::Output

source§

impl Mul<i8> for &i8

§

type Output = i8

source§

fn op_mul(self, rhs: i8) -> Self::Output

source§

impl Mul<i8> for Value

§

type Output = i64

source§

fn op_mul(self, other: i8) -> Self::Output

source§

impl Mul<i16> for &i16

§

type Output = i16

source§

fn op_mul(self, rhs: i16) -> Self::Output

source§

impl Mul<i16> for Value

§

type Output = i64

source§

fn op_mul(self, other: i16) -> Self::Output

source§

impl Mul<i32> for &i32

§

type Output = i32

source§

fn op_mul(self, rhs: i32) -> Self::Output

source§

impl Mul<i32> for Value

§

type Output = i64

source§

fn op_mul(self, other: i32) -> Self::Output

source§

impl Mul<i64> for &i64

§

type Output = i64

source§

fn op_mul(self, rhs: i64) -> Self::Output

source§

impl Mul<i64> for Value

§

type Output = i64

source§

fn op_mul(self, other: i64) -> Self::Output

source§

impl Mul<isize> for &isize

§

type Output = isize

source§

fn op_mul(self, rhs: isize) -> Self::Output

source§

impl Mul<isize> for Value

§

type Output = i64

source§

fn op_mul(self, other: isize) -> Self::Output

source§

impl Mul<u8> for &u8

§

type Output = u8

source§

fn op_mul(self, rhs: u8) -> Self::Output

source§

impl Mul<u8> for Value

§

type Output = u64

source§

fn op_mul(self, other: u8) -> Self::Output

source§

impl Mul<u16> for &u16

§

type Output = u16

source§

fn op_mul(self, rhs: u16) -> Self::Output

source§

impl Mul<u16> for Value

§

type Output = u64

source§

fn op_mul(self, other: u16) -> Self::Output

source§

impl Mul<u32> for &u32

§

type Output = u32

source§

fn op_mul(self, rhs: u32) -> Self::Output

source§

impl Mul<u32> for Value

§

type Output = u64

source§

fn op_mul(self, other: u32) -> Self::Output

source§

impl Mul<u64> for &u64

§

type Output = u64

source§

fn op_mul(self, rhs: u64) -> Self::Output

source§

impl Mul<u64> for Value

§

type Output = u64

source§

fn op_mul(self, other: u64) -> Self::Output

source§

impl<'a> Mul<&f32> for &'a Value

§

type Output = f64

source§

fn op_mul(self, other: &f32) -> Self::Output

source§

impl<'a> Mul<&f64> for &'a Value

§

type Output = f64

source§

fn op_mul(self, other: &f64) -> Self::Output

source§

impl<'a> Mul<&i8> for &'a Value

§

type Output = i64

source§

fn op_mul(self, other: &i8) -> Self::Output

source§

impl<'a> Mul<&i16> for &'a Value

§

type Output = i64

source§

fn op_mul(self, other: &i16) -> Self::Output

source§

impl<'a> Mul<&i32> for &'a Value

§

type Output = i64

source§

fn op_mul(self, other: &i32) -> Self::Output

source§

impl<'a> Mul<&i64> for &'a Value

§

type Output = i64

source§

fn op_mul(self, other: &i64) -> Self::Output

source§

impl<'a> Mul<&isize> for &'a Value

§

type Output = i64

source§

fn op_mul(self, other: &isize) -> Self::Output

source§

impl<'a> Mul<&u8> for &'a Value

§

type Output = u64

source§

fn op_mul(self, other: &u8) -> Self::Output

source§

impl<'a> Mul<&u16> for &'a Value

§

type Output = u64

source§

fn op_mul(self, other: &u16) -> Self::Output

source§

impl<'a> Mul<&u32> for &'a Value

§

type Output = u64

source§

fn op_mul(self, other: &u32) -> Self::Output

source§

impl<'a> Mul<&u64> for &'a Value

§

type Output = u64

source§

fn op_mul(self, other: &u64) -> Self::Output

source§

impl<'a> Mul<f32> for &'a Value

§

type Output = f64

source§

fn op_mul(self, other: f32) -> Self::Output

source§

impl<'a> Mul<f64> for &'a Value

§

type Output = f64

source§

fn op_mul(self, other: f64) -> Self::Output

source§

impl<'a> Mul<i8> for &'a Value

§

type Output = i64

source§

fn op_mul(self, other: i8) -> Self::Output

source§

impl<'a> Mul<i16> for &'a Value

§

type Output = i64

source§

fn op_mul(self, other: i16) -> Self::Output

source§

impl<'a> Mul<i32> for &'a Value

§

type Output = i64

source§

fn op_mul(self, other: i32) -> Self::Output

source§

impl<'a> Mul<i64> for &'a Value

§

type Output = i64

source§

fn op_mul(self, other: i64) -> Self::Output

source§

impl<'a> Mul<isize> for &'a Value

§

type Output = i64

source§

fn op_mul(self, other: isize) -> Self::Output

source§

impl<'a> Mul<u8> for &'a Value

§

type Output = u64

source§

fn op_mul(self, other: u8) -> Self::Output

source§

impl<'a> Mul<u16> for &'a Value

§

type Output = u64

source§

fn op_mul(self, other: u16) -> Self::Output

source§

impl<'a> Mul<u32> for &'a Value

§

type Output = u64

source§

fn op_mul(self, other: u32) -> Self::Output

source§

impl<'a> Mul<u64> for &'a Value

§

type Output = u64

source§

fn op_mul(self, other: u64) -> Self::Output

Implementors§