[][src]Crate is

Macros

is

This macro is the main entry point of this crate

Functions

is_bools

Checks if 'static value is of type bool

is_chars

Checks if 'static value is of type char

is_f32s

Checks if 'static value is of type f32

is_f64s

Checks if 'static value is of type f64

is_i8s

Checks if 'static value is of type i8

is_i16s

Checks if 'static value is of type i16

is_i32s

Checks if 'static value is of type i32

is_i64s

Checks if 'static value is of type i64

is_i128s

Checks if 'static value is of type i128

is_isizes

Checks if 'static value is of type isize

is_strings

Checks if 'static value is of type String

is_strs

Checks if 'static value is of type &str

is_u8s

Checks if 'static value is of type u8

is_u16s

Checks if 'static value is of type u16

is_u32s

Checks if 'static value is of type u32

is_u64s

Checks if 'static value is of type u64

is_u128s

Checks if 'static value is of type u128

is_usizes

Checks if 'static value is of type usize