OneHundredFive

Trait OneHundredFive 

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

Source§

const ONE_HUNDRED_FIVE: Self = 105f32

Source§

impl OneHundredFive for f64

Source§

const ONE_HUNDRED_FIVE: Self = 105f64

Source§

impl OneHundredFive for i8

Source§

const ONE_HUNDRED_FIVE: Self = 105i8

Source§

impl OneHundredFive for i16

Source§

const ONE_HUNDRED_FIVE: Self = 105i16

Source§

impl OneHundredFive for i32

Source§

const ONE_HUNDRED_FIVE: Self = 105i32

Source§

impl OneHundredFive for i64

Source§

const ONE_HUNDRED_FIVE: Self = 105i64

Source§

impl OneHundredFive for i128

Source§

const ONE_HUNDRED_FIVE: Self = 105i128

Source§

impl OneHundredFive for isize

Source§

const ONE_HUNDRED_FIVE: Self = 105isize

Source§

impl OneHundredFive for u8

Source§

const ONE_HUNDRED_FIVE: Self = 105u8

Source§

impl OneHundredFive for u16

Source§

const ONE_HUNDRED_FIVE: Self = 105u16

Source§

impl OneHundredFive for u32

Source§

const ONE_HUNDRED_FIVE: Self = 105u32

Source§

impl OneHundredFive for u64

Source§

const ONE_HUNDRED_FIVE: Self = 105u64

Source§

impl OneHundredFive for u128

Source§

const ONE_HUNDRED_FIVE: Self = 105u128

Source§

impl OneHundredFive for usize

Source§

const ONE_HUNDRED_FIVE: Self = 105usize

Implementors§