Struct sparse_interp::DefConv[][src]

pub struct DefConv<S, D>(_);

The default conversion from S to D, if it exists.

Trait Implementations

impl<S: Debug, D: Debug> Debug for DefConv<S, D>[src]

impl<S> OneWay for DefConv<S, S>[src]

type Source = S

The type being converted from.

type Dest = S

The type being converted to.

impl OneWay for DefConv<i8, u8>[src]

type Source = i8

The type being converted from.

type Dest = u8

The type being converted to.

impl OneWay for DefConv<i8, f32>[src]

type Source = i8

The type being converted from.

type Dest = f32

The type being converted to.

impl OneWay for DefConv<u128, i8>[src]

type Source = u128

The type being converted from.

type Dest = i8

The type being converted to.

impl OneWay for DefConv<u128, u8>[src]

type Source = u128

The type being converted from.

type Dest = u8

The type being converted to.

impl OneWay for DefConv<u128, i16>[src]

type Source = u128

The type being converted from.

type Dest = i16

The type being converted to.

impl OneWay for DefConv<u128, u16>[src]

type Source = u128

The type being converted from.

type Dest = u16

The type being converted to.

impl OneWay for DefConv<u128, i32>[src]

type Source = u128

The type being converted from.

type Dest = i32

The type being converted to.

impl OneWay for DefConv<u128, u32>[src]

type Source = u128

The type being converted from.

type Dest = u32

The type being converted to.

impl OneWay for DefConv<u128, i64>[src]

type Source = u128

The type being converted from.

type Dest = i64

The type being converted to.

impl OneWay for DefConv<u128, u64>[src]

type Source = u128

The type being converted from.

type Dest = u64

The type being converted to.

impl OneWay for DefConv<u128, i128>[src]

type Source = u128

The type being converted from.

type Dest = i128

The type being converted to.

impl OneWay for DefConv<u128, f32>[src]

type Source = u128

The type being converted from.

type Dest = f32

The type being converted to.

impl OneWay for DefConv<i8, f64>[src]

type Source = i8

The type being converted from.

type Dest = f64

The type being converted to.

impl OneWay for DefConv<u128, f64>[src]

type Source = u128

The type being converted from.

type Dest = f64

The type being converted to.

impl OneWay for DefConv<f32, i8>[src]

type Source = f32

The type being converted from.

type Dest = i8

The type being converted to.

impl OneWay for DefConv<f32, u8>[src]

type Source = f32

The type being converted from.

type Dest = u8

The type being converted to.

impl OneWay for DefConv<f32, i16>[src]

type Source = f32

The type being converted from.

type Dest = i16

The type being converted to.

impl OneWay for DefConv<f32, u16>[src]

type Source = f32

The type being converted from.

type Dest = u16

The type being converted to.

impl OneWay for DefConv<f32, i32>[src]

type Source = f32

The type being converted from.

type Dest = i32

The type being converted to.

impl OneWay for DefConv<f32, u32>[src]

type Source = f32

The type being converted from.

type Dest = u32

The type being converted to.

impl OneWay for DefConv<f32, i64>[src]

type Source = f32

The type being converted from.

type Dest = i64

The type being converted to.

impl OneWay for DefConv<f32, u64>[src]

type Source = f32

The type being converted from.

type Dest = u64

The type being converted to.

impl OneWay for DefConv<f32, i128>[src]

type Source = f32

The type being converted from.

type Dest = i128

The type being converted to.

impl OneWay for DefConv<u8, i8>[src]

type Source = u8

The type being converted from.

type Dest = i8

The type being converted to.

impl OneWay for DefConv<f32, u128>[src]

type Source = f32

The type being converted from.

type Dest = u128

The type being converted to.

impl OneWay for DefConv<f32, f64>[src]

type Source = f32

The type being converted from.

type Dest = f64

The type being converted to.

impl OneWay for DefConv<f64, i8>[src]

type Source = f64

The type being converted from.

type Dest = i8

The type being converted to.

impl OneWay for DefConv<f64, u8>[src]

type Source = f64

The type being converted from.

type Dest = u8

The type being converted to.

impl OneWay for DefConv<f64, i16>[src]

type Source = f64

The type being converted from.

type Dest = i16

The type being converted to.

impl OneWay for DefConv<f64, u16>[src]

type Source = f64

The type being converted from.

type Dest = u16

The type being converted to.

impl OneWay for DefConv<f64, i32>[src]

type Source = f64

The type being converted from.

type Dest = i32

The type being converted to.

impl OneWay for DefConv<f64, u32>[src]

type Source = f64

The type being converted from.

type Dest = u32

The type being converted to.

impl OneWay for DefConv<f64, i64>[src]

type Source = f64

The type being converted from.

type Dest = i64

The type being converted to.

impl OneWay for DefConv<f64, u64>[src]

type Source = f64

The type being converted from.

type Dest = u64

The type being converted to.

impl OneWay for DefConv<u8, i16>[src]

type Source = u8

The type being converted from.

type Dest = i16

The type being converted to.

impl OneWay for DefConv<f64, i128>[src]

type Source = f64

The type being converted from.

type Dest = i128

The type being converted to.

impl OneWay for DefConv<f64, u128>[src]

type Source = f64

The type being converted from.

type Dest = u128

The type being converted to.

impl OneWay for DefConv<f64, f32>[src]

type Source = f64

The type being converted from.

type Dest = f32

The type being converted to.

impl OneWay for DefConv<i8, Complex<f32>>[src]

type Source = i8

The type being converted from.

type Dest = Complex<f32>

The type being converted to.

impl OneWay for DefConv<Complex<f32>, i8>[src]

type Source = Complex<f32>

The type being converted from.

type Dest = i8

The type being converted to.

impl OneWay for DefConv<u8, Complex<f32>>[src]

type Source = u8

The type being converted from.

type Dest = Complex<f32>

The type being converted to.

impl OneWay for DefConv<Complex<f32>, u8>[src]

type Source = Complex<f32>

The type being converted from.

type Dest = u8

The type being converted to.

impl OneWay for DefConv<i16, Complex<f32>>[src]

type Source = i16

The type being converted from.

type Dest = Complex<f32>

The type being converted to.

impl OneWay for DefConv<Complex<f32>, i16>[src]

type Source = Complex<f32>

The type being converted from.

type Dest = i16

The type being converted to.

impl OneWay for DefConv<u16, Complex<f32>>[src]

type Source = u16

The type being converted from.

type Dest = Complex<f32>

The type being converted to.

impl OneWay for DefConv<u8, u16>[src]

type Source = u8

The type being converted from.

type Dest = u16

The type being converted to.

impl OneWay for DefConv<Complex<f32>, u16>[src]

type Source = Complex<f32>

The type being converted from.

type Dest = u16

The type being converted to.

impl OneWay for DefConv<i32, Complex<f32>>[src]

type Source = i32

The type being converted from.

type Dest = Complex<f32>

The type being converted to.

impl OneWay for DefConv<Complex<f32>, i32>[src]

type Source = Complex<f32>

The type being converted from.

type Dest = i32

The type being converted to.

impl OneWay for DefConv<u32, Complex<f32>>[src]

type Source = u32

The type being converted from.

type Dest = Complex<f32>

The type being converted to.

impl OneWay for DefConv<Complex<f32>, u32>[src]

type Source = Complex<f32>

The type being converted from.

type Dest = u32

The type being converted to.

impl OneWay for DefConv<i64, Complex<f32>>[src]

type Source = i64

The type being converted from.

type Dest = Complex<f32>

The type being converted to.

impl OneWay for DefConv<Complex<f32>, i64>[src]

type Source = Complex<f32>

The type being converted from.

type Dest = i64

The type being converted to.

impl OneWay for DefConv<u64, Complex<f32>>[src]

type Source = u64

The type being converted from.

type Dest = Complex<f32>

The type being converted to.

impl OneWay for DefConv<Complex<f32>, u64>[src]

type Source = Complex<f32>

The type being converted from.

type Dest = u64

The type being converted to.

impl OneWay for DefConv<i128, Complex<f32>>[src]

type Source = i128

The type being converted from.

type Dest = Complex<f32>

The type being converted to.

impl OneWay for DefConv<u8, i32>[src]

type Source = u8

The type being converted from.

type Dest = i32

The type being converted to.

impl OneWay for DefConv<Complex<f32>, i128>[src]

type Source = Complex<f32>

The type being converted from.

type Dest = i128

The type being converted to.

impl OneWay for DefConv<u128, Complex<f32>>[src]

type Source = u128

The type being converted from.

type Dest = Complex<f32>

The type being converted to.

impl OneWay for DefConv<Complex<f32>, u128>[src]

type Source = Complex<f32>

The type being converted from.

type Dest = u128

The type being converted to.

impl OneWay for DefConv<f32, Complex<f32>>[src]

type Source = f32

The type being converted from.

type Dest = Complex<f32>

The type being converted to.

impl OneWay for DefConv<Complex<f32>, f32>[src]

type Source = Complex<f32>

The type being converted from.

type Dest = f32

The type being converted to.

impl OneWay for DefConv<f64, Complex<f32>>[src]

type Source = f64

The type being converted from.

type Dest = Complex<f32>

The type being converted to.

impl OneWay for DefConv<Complex<f32>, f64>[src]

type Source = Complex<f32>

The type being converted from.

type Dest = f64

The type being converted to.

impl OneWay for DefConv<i8, Complex<f64>>[src]

type Source = i8

The type being converted from.

type Dest = Complex<f64>

The type being converted to.

impl OneWay for DefConv<Complex<f64>, i8>[src]

type Source = Complex<f64>

The type being converted from.

type Dest = i8

The type being converted to.

impl OneWay for DefConv<u8, Complex<f64>>[src]

type Source = u8

The type being converted from.

type Dest = Complex<f64>

The type being converted to.

impl OneWay for DefConv<u8, u32>[src]

type Source = u8

The type being converted from.

type Dest = u32

The type being converted to.

impl OneWay for DefConv<Complex<f64>, u8>[src]

type Source = Complex<f64>

The type being converted from.

type Dest = u8

The type being converted to.

impl OneWay for DefConv<i16, Complex<f64>>[src]

type Source = i16

The type being converted from.

type Dest = Complex<f64>

The type being converted to.

impl OneWay for DefConv<Complex<f64>, i16>[src]

type Source = Complex<f64>

The type being converted from.

type Dest = i16

The type being converted to.

impl OneWay for DefConv<u16, Complex<f64>>[src]

type Source = u16

The type being converted from.

type Dest = Complex<f64>

The type being converted to.

impl OneWay for DefConv<Complex<f64>, u16>[src]

type Source = Complex<f64>

The type being converted from.

type Dest = u16

The type being converted to.

impl OneWay for DefConv<i32, Complex<f64>>[src]

type Source = i32

The type being converted from.

type Dest = Complex<f64>

The type being converted to.

impl OneWay for DefConv<Complex<f64>, i32>[src]

type Source = Complex<f64>

The type being converted from.

type Dest = i32

The type being converted to.

impl OneWay for DefConv<u32, Complex<f64>>[src]

type Source = u32

The type being converted from.

type Dest = Complex<f64>

The type being converted to.

impl OneWay for DefConv<Complex<f64>, u32>[src]

type Source = Complex<f64>

The type being converted from.

type Dest = u32

The type being converted to.

impl OneWay for DefConv<i64, Complex<f64>>[src]

type Source = i64

The type being converted from.

type Dest = Complex<f64>

The type being converted to.

impl OneWay for DefConv<u8, i64>[src]

type Source = u8

The type being converted from.

type Dest = i64

The type being converted to.

impl OneWay for DefConv<Complex<f64>, i64>[src]

type Source = Complex<f64>

The type being converted from.

type Dest = i64

The type being converted to.

impl OneWay for DefConv<u64, Complex<f64>>[src]

type Source = u64

The type being converted from.

type Dest = Complex<f64>

The type being converted to.

impl OneWay for DefConv<Complex<f64>, u64>[src]

type Source = Complex<f64>

The type being converted from.

type Dest = u64

The type being converted to.

impl OneWay for DefConv<i128, Complex<f64>>[src]

type Source = i128

The type being converted from.

type Dest = Complex<f64>

The type being converted to.

impl OneWay for DefConv<Complex<f64>, i128>[src]

type Source = Complex<f64>

The type being converted from.

type Dest = i128

The type being converted to.

impl OneWay for DefConv<u128, Complex<f64>>[src]

type Source = u128

The type being converted from.

type Dest = Complex<f64>

The type being converted to.

impl OneWay for DefConv<Complex<f64>, u128>[src]

type Source = Complex<f64>

The type being converted from.

type Dest = u128

The type being converted to.

impl OneWay for DefConv<f32, Complex<f64>>[src]

type Source = f32

The type being converted from.

type Dest = Complex<f64>

The type being converted to.

impl OneWay for DefConv<Complex<f64>, f32>[src]

type Source = Complex<f64>

The type being converted from.

type Dest = f32

The type being converted to.

impl OneWay for DefConv<f64, Complex<f64>>[src]

type Source = f64

The type being converted from.

type Dest = Complex<f64>

The type being converted to.

impl OneWay for DefConv<u8, u64>[src]

type Source = u8

The type being converted from.

type Dest = u64

The type being converted to.

impl OneWay for DefConv<Complex<f64>, f64>[src]

type Source = Complex<f64>

The type being converted from.

type Dest = f64

The type being converted to.

impl OneWay for DefConv<u8, i128>[src]

type Source = u8

The type being converted from.

type Dest = i128

The type being converted to.

impl OneWay for DefConv<i8, i16>[src]

type Source = i8

The type being converted from.

type Dest = i16

The type being converted to.

impl OneWay for DefConv<u8, u128>[src]

type Source = u8

The type being converted from.

type Dest = u128

The type being converted to.

impl OneWay for DefConv<u8, f32>[src]

type Source = u8

The type being converted from.

type Dest = f32

The type being converted to.

impl OneWay for DefConv<u8, f64>[src]

type Source = u8

The type being converted from.

type Dest = f64

The type being converted to.

impl OneWay for DefConv<i16, i8>[src]

type Source = i16

The type being converted from.

type Dest = i8

The type being converted to.

impl OneWay for DefConv<i16, u8>[src]

type Source = i16

The type being converted from.

type Dest = u8

The type being converted to.

impl OneWay for DefConv<i16, u16>[src]

type Source = i16

The type being converted from.

type Dest = u16

The type being converted to.

impl OneWay for DefConv<i16, i32>[src]

type Source = i16

The type being converted from.

type Dest = i32

The type being converted to.

impl OneWay for DefConv<i16, u32>[src]

type Source = i16

The type being converted from.

type Dest = u32

The type being converted to.

impl OneWay for DefConv<i16, i64>[src]

type Source = i16

The type being converted from.

type Dest = i64

The type being converted to.

impl OneWay for DefConv<i16, u64>[src]

type Source = i16

The type being converted from.

type Dest = u64

The type being converted to.

impl OneWay for DefConv<i8, u16>[src]

type Source = i8

The type being converted from.

type Dest = u16

The type being converted to.

impl OneWay for DefConv<i16, i128>[src]

type Source = i16

The type being converted from.

type Dest = i128

The type being converted to.

impl OneWay for DefConv<i16, u128>[src]

type Source = i16

The type being converted from.

type Dest = u128

The type being converted to.

impl OneWay for DefConv<i16, f32>[src]

type Source = i16

The type being converted from.

type Dest = f32

The type being converted to.

impl OneWay for DefConv<i16, f64>[src]

type Source = i16

The type being converted from.

type Dest = f64

The type being converted to.

impl OneWay for DefConv<u16, i8>[src]

type Source = u16

The type being converted from.

type Dest = i8

The type being converted to.

impl OneWay for DefConv<u16, u8>[src]

type Source = u16

The type being converted from.

type Dest = u8

The type being converted to.

impl OneWay for DefConv<u16, i16>[src]

type Source = u16

The type being converted from.

type Dest = i16

The type being converted to.

impl OneWay for DefConv<u16, i32>[src]

type Source = u16

The type being converted from.

type Dest = i32

The type being converted to.

impl OneWay for DefConv<u16, u32>[src]

type Source = u16

The type being converted from.

type Dest = u32

The type being converted to.

impl OneWay for DefConv<u16, i64>[src]

type Source = u16

The type being converted from.

type Dest = i64

The type being converted to.

impl OneWay for DefConv<i8, i32>[src]

type Source = i8

The type being converted from.

type Dest = i32

The type being converted to.

impl OneWay for DefConv<u16, u64>[src]

type Source = u16

The type being converted from.

type Dest = u64

The type being converted to.

impl OneWay for DefConv<u16, i128>[src]

type Source = u16

The type being converted from.

type Dest = i128

The type being converted to.

impl OneWay for DefConv<u16, u128>[src]

type Source = u16

The type being converted from.

type Dest = u128

The type being converted to.

impl OneWay for DefConv<u16, f32>[src]

type Source = u16

The type being converted from.

type Dest = f32

The type being converted to.

impl OneWay for DefConv<u16, f64>[src]

type Source = u16

The type being converted from.

type Dest = f64

The type being converted to.

impl OneWay for DefConv<i32, i8>[src]

type Source = i32

The type being converted from.

type Dest = i8

The type being converted to.

impl OneWay for DefConv<i32, u8>[src]

type Source = i32

The type being converted from.

type Dest = u8

The type being converted to.

impl OneWay for DefConv<i32, i16>[src]

type Source = i32

The type being converted from.

type Dest = i16

The type being converted to.

impl OneWay for DefConv<i32, u16>[src]

type Source = i32

The type being converted from.

type Dest = u16

The type being converted to.

impl OneWay for DefConv<i32, u32>[src]

type Source = i32

The type being converted from.

type Dest = u32

The type being converted to.

impl OneWay for DefConv<i8, u32>[src]

type Source = i8

The type being converted from.

type Dest = u32

The type being converted to.

impl OneWay for DefConv<i32, i64>[src]

type Source = i32

The type being converted from.

type Dest = i64

The type being converted to.

impl OneWay for DefConv<i32, u64>[src]

type Source = i32

The type being converted from.

type Dest = u64

The type being converted to.

impl OneWay for DefConv<i32, i128>[src]

type Source = i32

The type being converted from.

type Dest = i128

The type being converted to.

impl OneWay for DefConv<i32, u128>[src]

type Source = i32

The type being converted from.

type Dest = u128

The type being converted to.

impl OneWay for DefConv<i32, f64>[src]

type Source = i32

The type being converted from.

type Dest = f64

The type being converted to.

impl OneWay for DefConv<i32, f32>[src]

type Source = i32

The type being converted from.

type Dest = f32

The type being converted to.

impl OneWay for DefConv<u32, i8>[src]

type Source = u32

The type being converted from.

type Dest = i8

The type being converted to.

impl OneWay for DefConv<u32, u8>[src]

type Source = u32

The type being converted from.

type Dest = u8

The type being converted to.

impl OneWay for DefConv<u32, i16>[src]

type Source = u32

The type being converted from.

type Dest = i16

The type being converted to.

impl OneWay for DefConv<u32, u16>[src]

type Source = u32

The type being converted from.

type Dest = u16

The type being converted to.

impl OneWay for DefConv<i8, i64>[src]

type Source = i8

The type being converted from.

type Dest = i64

The type being converted to.

impl OneWay for DefConv<u32, i32>[src]

type Source = u32

The type being converted from.

type Dest = i32

The type being converted to.

impl OneWay for DefConv<u32, i64>[src]

type Source = u32

The type being converted from.

type Dest = i64

The type being converted to.

impl OneWay for DefConv<u32, u64>[src]

type Source = u32

The type being converted from.

type Dest = u64

The type being converted to.

impl OneWay for DefConv<u32, i128>[src]

type Source = u32

The type being converted from.

type Dest = i128

The type being converted to.

impl OneWay for DefConv<u32, u128>[src]

type Source = u32

The type being converted from.

type Dest = u128

The type being converted to.

impl OneWay for DefConv<u32, f64>[src]

type Source = u32

The type being converted from.

type Dest = f64

The type being converted to.

impl OneWay for DefConv<u32, f32>[src]

type Source = u32

The type being converted from.

type Dest = f32

The type being converted to.

impl OneWay for DefConv<i64, i8>[src]

type Source = i64

The type being converted from.

type Dest = i8

The type being converted to.

impl OneWay for DefConv<i64, u8>[src]

type Source = i64

The type being converted from.

type Dest = u8

The type being converted to.

impl OneWay for DefConv<i64, i16>[src]

type Source = i64

The type being converted from.

type Dest = i16

The type being converted to.

impl OneWay for DefConv<i8, u64>[src]

type Source = i8

The type being converted from.

type Dest = u64

The type being converted to.

impl OneWay for DefConv<i64, u16>[src]

type Source = i64

The type being converted from.

type Dest = u16

The type being converted to.

impl OneWay for DefConv<i64, i32>[src]

type Source = i64

The type being converted from.

type Dest = i32

The type being converted to.

impl OneWay for DefConv<i64, u32>[src]

type Source = i64

The type being converted from.

type Dest = u32

The type being converted to.

impl OneWay for DefConv<i64, u64>[src]

type Source = i64

The type being converted from.

type Dest = u64

The type being converted to.

impl OneWay for DefConv<i64, i128>[src]

type Source = i64

The type being converted from.

type Dest = i128

The type being converted to.

impl OneWay for DefConv<i64, u128>[src]

type Source = i64

The type being converted from.

type Dest = u128

The type being converted to.

impl OneWay for DefConv<i64, f32>[src]

type Source = i64

The type being converted from.

type Dest = f32

The type being converted to.

impl OneWay for DefConv<i64, f64>[src]

type Source = i64

The type being converted from.

type Dest = f64

The type being converted to.

impl OneWay for DefConv<u64, i8>[src]

type Source = u64

The type being converted from.

type Dest = i8

The type being converted to.

impl OneWay for DefConv<u64, u8>[src]

type Source = u64

The type being converted from.

type Dest = u8

The type being converted to.

impl OneWay for DefConv<i8, i128>[src]

type Source = i8

The type being converted from.

type Dest = i128

The type being converted to.

impl OneWay for DefConv<u64, i16>[src]

type Source = u64

The type being converted from.

type Dest = i16

The type being converted to.

impl OneWay for DefConv<u64, u16>[src]

type Source = u64

The type being converted from.

type Dest = u16

The type being converted to.

impl OneWay for DefConv<u64, i32>[src]

type Source = u64

The type being converted from.

type Dest = i32

The type being converted to.

impl OneWay for DefConv<u64, u32>[src]

type Source = u64

The type being converted from.

type Dest = u32

The type being converted to.

impl OneWay for DefConv<u64, i64>[src]

type Source = u64

The type being converted from.

type Dest = i64

The type being converted to.

impl OneWay for DefConv<u64, i128>[src]

type Source = u64

The type being converted from.

type Dest = i128

The type being converted to.

impl OneWay for DefConv<u64, u128>[src]

type Source = u64

The type being converted from.

type Dest = u128

The type being converted to.

impl OneWay for DefConv<u64, f32>[src]

type Source = u64

The type being converted from.

type Dest = f32

The type being converted to.

impl OneWay for DefConv<u64, f64>[src]

type Source = u64

The type being converted from.

type Dest = f64

The type being converted to.

impl OneWay for DefConv<i128, i8>[src]

type Source = i128

The type being converted from.

type Dest = i8

The type being converted to.

impl OneWay for DefConv<i8, u128>[src]

type Source = i8

The type being converted from.

type Dest = u128

The type being converted to.

impl OneWay for DefConv<i128, u8>[src]

type Source = i128

The type being converted from.

type Dest = u8

The type being converted to.

impl OneWay for DefConv<i128, i16>[src]

type Source = i128

The type being converted from.

type Dest = i16

The type being converted to.

impl OneWay for DefConv<i128, u16>[src]

type Source = i128

The type being converted from.

type Dest = u16

The type being converted to.

impl OneWay for DefConv<i128, i32>[src]

type Source = i128

The type being converted from.

type Dest = i32

The type being converted to.

impl OneWay for DefConv<i128, u32>[src]

type Source = i128

The type being converted from.

type Dest = u32

The type being converted to.

impl OneWay for DefConv<i128, i64>[src]

type Source = i128

The type being converted from.

type Dest = i64

The type being converted to.

impl OneWay for DefConv<i128, u64>[src]

type Source = i128

The type being converted from.

type Dest = u64

The type being converted to.

impl OneWay for DefConv<i128, u128>[src]

type Source = i128

The type being converted from.

type Dest = u128

The type being converted to.

impl OneWay for DefConv<i128, f32>[src]

type Source = i128

The type being converted from.

type Dest = f32

The type being converted to.

impl OneWay for DefConv<i128, f64>[src]

type Source = i128

The type being converted from.

type Dest = f64

The type being converted to.

impl<S, D> TwoWay for DefConv<S, D> where
    Self: OneWay<Source = S, Dest = D>,
    DefConv<D, S>: OneWay<Source = D, Dest = S>, 
[src]

Auto Trait Implementations

impl<S, D> RefUnwindSafe for DefConv<S, D> where
    D: RefUnwindSafe,
    S: RefUnwindSafe

impl<S, D> Send for DefConv<S, D> where
    D: Send,
    S: Send

impl<S, D> Sync for DefConv<S, D> where
    D: Sync,
    S: Sync

impl<S, D> Unpin for DefConv<S, D> where
    D: Unpin,
    S: Unpin

impl<S, D> UnwindSafe for DefConv<S, D> where
    D: UnwindSafe,
    S: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.