Skip to main content

IsMaxNegativeValue

Trait IsMaxNegativeValue 

Source
pub trait IsMaxNegativeValue {
    // Required method
    fn is_max_negative_value(&self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IsMaxNegativeValue for bool

Source§

impl IsMaxNegativeValue for char

Source§

impl IsMaxNegativeValue for i8

Source§

impl IsMaxNegativeValue for i16

Source§

impl IsMaxNegativeValue for i32

Source§

impl IsMaxNegativeValue for i64

Source§

impl IsMaxNegativeValue for i128

Source§

impl IsMaxNegativeValue for isize

Source§

impl IsMaxNegativeValue for u8

Source§

impl IsMaxNegativeValue for u16

Source§

impl IsMaxNegativeValue for u32

Source§

impl IsMaxNegativeValue for u64

Source§

impl IsMaxNegativeValue for u128

Source§

impl IsMaxNegativeValue for usize

Implementors§