Trait ThirtyNine

Source
pub trait ThirtyNine: Sized {
    // Required method
    fn thirty_nine() -> Self;
}
Expand description

Returns the constant value for the number thirty_nine

Required Methods§

Source

fn thirty_nine() -> Self

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 ThirtyNine for f32

Source§

fn thirty_nine() -> Self

Source§

impl ThirtyNine for f64

Source§

fn thirty_nine() -> Self

Source§

impl ThirtyNine for i8

Source§

fn thirty_nine() -> Self

Source§

impl ThirtyNine for i16

Source§

fn thirty_nine() -> Self

Source§

impl ThirtyNine for i32

Source§

fn thirty_nine() -> Self

Source§

impl ThirtyNine for i64

Source§

fn thirty_nine() -> Self

Source§

impl ThirtyNine for i128

Source§

fn thirty_nine() -> Self

Source§

impl ThirtyNine for isize

Source§

fn thirty_nine() -> Self

Source§

impl ThirtyNine for u8

Source§

fn thirty_nine() -> Self

Source§

impl ThirtyNine for u16

Source§

fn thirty_nine() -> Self

Source§

impl ThirtyNine for u32

Source§

fn thirty_nine() -> Self

Source§

impl ThirtyNine for u64

Source§

fn thirty_nine() -> Self

Source§

impl ThirtyNine for u128

Source§

fn thirty_nine() -> Self

Source§

impl ThirtyNine for usize

Source§

fn thirty_nine() -> Self

Implementors§