num_conv::sealed

Trait ExtendTargetSealed

Source
pub trait ExtendTargetSealed<T> {
    // Required method
    fn extend(self) -> T;
}

Required Methods§

Source

fn extend(self) -> T

Implementations on Foreign Types§

Source§

impl ExtendTargetSealed<i8> for i8

Source§

fn extend(self) -> i8

Source§

impl ExtendTargetSealed<i16> for i8

Source§

fn extend(self) -> i16

Source§

impl ExtendTargetSealed<i16> for i16

Source§

fn extend(self) -> i16

Source§

impl ExtendTargetSealed<i32> for i8

Source§

fn extend(self) -> i32

Source§

impl ExtendTargetSealed<i32> for i16

Source§

fn extend(self) -> i32

Source§

impl ExtendTargetSealed<i32> for i32

Source§

fn extend(self) -> i32

Source§

impl ExtendTargetSealed<i64> for i8

Source§

fn extend(self) -> i64

Source§

impl ExtendTargetSealed<i64> for i16

Source§

fn extend(self) -> i64

Source§

impl ExtendTargetSealed<i64> for i32

Source§

fn extend(self) -> i64

Source§

impl ExtendTargetSealed<i64> for i64

Source§

fn extend(self) -> i64

Source§

impl ExtendTargetSealed<i128> for i8

Source§

fn extend(self) -> i128

Source§

impl ExtendTargetSealed<i128> for i16

Source§

fn extend(self) -> i128

Source§

impl ExtendTargetSealed<i128> for i32

Source§

fn extend(self) -> i128

Source§

impl ExtendTargetSealed<i128> for i64

Source§

fn extend(self) -> i128

Source§

impl ExtendTargetSealed<i128> for i128

Source§

fn extend(self) -> i128

Source§

impl ExtendTargetSealed<isize> for i8

Source§

fn extend(self) -> isize

Source§

impl ExtendTargetSealed<isize> for i16

Source§

fn extend(self) -> isize

Source§

impl ExtendTargetSealed<isize> for isize

Source§

fn extend(self) -> isize

Source§

impl ExtendTargetSealed<u8> for u8

Source§

fn extend(self) -> u8

Source§

impl ExtendTargetSealed<u16> for u8

Source§

fn extend(self) -> u16

Source§

impl ExtendTargetSealed<u16> for u16

Source§

fn extend(self) -> u16

Source§

impl ExtendTargetSealed<u32> for u8

Source§

fn extend(self) -> u32

Source§

impl ExtendTargetSealed<u32> for u16

Source§

fn extend(self) -> u32

Source§

impl ExtendTargetSealed<u32> for u32

Source§

fn extend(self) -> u32

Source§

impl ExtendTargetSealed<u64> for u8

Source§

fn extend(self) -> u64

Source§

impl ExtendTargetSealed<u64> for u16

Source§

fn extend(self) -> u64

Source§

impl ExtendTargetSealed<u64> for u32

Source§

fn extend(self) -> u64

Source§

impl ExtendTargetSealed<u64> for u64

Source§

fn extend(self) -> u64

Source§

impl ExtendTargetSealed<u128> for u8

Source§

fn extend(self) -> u128

Source§

impl ExtendTargetSealed<u128> for u16

Source§

fn extend(self) -> u128

Source§

impl ExtendTargetSealed<u128> for u32

Source§

fn extend(self) -> u128

Source§

impl ExtendTargetSealed<u128> for u64

Source§

fn extend(self) -> u128

Source§

impl ExtendTargetSealed<u128> for u128

Source§

fn extend(self) -> u128

Source§

impl ExtendTargetSealed<usize> for u8

Source§

fn extend(self) -> usize

Source§

impl ExtendTargetSealed<usize> for u16

Source§

fn extend(self) -> usize

Source§

impl ExtendTargetSealed<usize> for usize

Source§

fn extend(self) -> usize

Implementors§