OneHundredTwentyTwo

Trait OneHundredTwentyTwo 

Source
pub trait OneHundredTwentyTwo {
    const ONE_HUNDRED_TWENTY_TWO: Self;
}

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl OneHundredTwentyTwo for f32

Source§

const ONE_HUNDRED_TWENTY_TWO: Self = 122f32

Source§

impl OneHundredTwentyTwo for f64

Source§

const ONE_HUNDRED_TWENTY_TWO: Self = 122f64

Source§

impl OneHundredTwentyTwo for i8

Source§

const ONE_HUNDRED_TWENTY_TWO: Self = 122i8

Source§

impl OneHundredTwentyTwo for i16

Source§

const ONE_HUNDRED_TWENTY_TWO: Self = 122i16

Source§

impl OneHundredTwentyTwo for i32

Source§

const ONE_HUNDRED_TWENTY_TWO: Self = 122i32

Source§

impl OneHundredTwentyTwo for i64

Source§

const ONE_HUNDRED_TWENTY_TWO: Self = 122i64

Source§

impl OneHundredTwentyTwo for i128

Source§

const ONE_HUNDRED_TWENTY_TWO: Self = 122i128

Source§

impl OneHundredTwentyTwo for isize

Source§

const ONE_HUNDRED_TWENTY_TWO: Self = 122isize

Source§

impl OneHundredTwentyTwo for u8

Source§

const ONE_HUNDRED_TWENTY_TWO: Self = 122u8

Source§

impl OneHundredTwentyTwo for u16

Source§

const ONE_HUNDRED_TWENTY_TWO: Self = 122u16

Source§

impl OneHundredTwentyTwo for u32

Source§

const ONE_HUNDRED_TWENTY_TWO: Self = 122u32

Source§

impl OneHundredTwentyTwo for u64

Source§

const ONE_HUNDRED_TWENTY_TWO: Self = 122u64

Source§

impl OneHundredTwentyTwo for u128

Source§

const ONE_HUNDRED_TWENTY_TWO: Self = 122u128

Source§

impl OneHundredTwentyTwo for usize

Source§

const ONE_HUNDRED_TWENTY_TWO: Self = 122usize

Implementors§