OneHundredFour

Trait OneHundredFour 

Source
pub trait OneHundredFour {
    const ONE_HUNDRED_FOUR: 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 OneHundredFour for f32

Source§

const ONE_HUNDRED_FOUR: Self = 104f32

Source§

impl OneHundredFour for f64

Source§

const ONE_HUNDRED_FOUR: Self = 104f64

Source§

impl OneHundredFour for i8

Source§

const ONE_HUNDRED_FOUR: Self = 104i8

Source§

impl OneHundredFour for i16

Source§

const ONE_HUNDRED_FOUR: Self = 104i16

Source§

impl OneHundredFour for i32

Source§

const ONE_HUNDRED_FOUR: Self = 104i32

Source§

impl OneHundredFour for i64

Source§

const ONE_HUNDRED_FOUR: Self = 104i64

Source§

impl OneHundredFour for i128

Source§

const ONE_HUNDRED_FOUR: Self = 104i128

Source§

impl OneHundredFour for isize

Source§

const ONE_HUNDRED_FOUR: Self = 104isize

Source§

impl OneHundredFour for u8

Source§

const ONE_HUNDRED_FOUR: Self = 104u8

Source§

impl OneHundredFour for u16

Source§

const ONE_HUNDRED_FOUR: Self = 104u16

Source§

impl OneHundredFour for u32

Source§

const ONE_HUNDRED_FOUR: Self = 104u32

Source§

impl OneHundredFour for u64

Source§

const ONE_HUNDRED_FOUR: Self = 104u64

Source§

impl OneHundredFour for u128

Source§

const ONE_HUNDRED_FOUR: Self = 104u128

Source§

impl OneHundredFour for usize

Source§

const ONE_HUNDRED_FOUR: Self = 104usize

Implementors§