Trait anyrust::ToInteger

source ·
pub trait ToInteger {
    // Required method
    fn to_integer(&self) -> i64;
}

Required Methods§

source

fn to_integer(&self) -> i64

Implementations on Foreign Types§

source§

impl ToInteger for &str

source§

fn to_integer(&self) -> i64

source§

impl ToInteger for bool

source§

fn to_integer(&self) -> i64

source§

impl ToInteger for f32

source§

fn to_integer(&self) -> i64

source§

impl ToInteger for f64

source§

fn to_integer(&self) -> i64

source§

impl ToInteger for i8

source§

fn to_integer(&self) -> i64

source§

impl ToInteger for i16

source§

fn to_integer(&self) -> i64

source§

impl ToInteger for i32

source§

fn to_integer(&self) -> i64

source§

impl ToInteger for i64

source§

fn to_integer(&self) -> i64

source§

impl ToInteger for isize

source§

fn to_integer(&self) -> i64

source§

impl ToInteger for u8

source§

fn to_integer(&self) -> i64

source§

impl ToInteger for u16

source§

fn to_integer(&self) -> i64

source§

impl ToInteger for u32

source§

fn to_integer(&self) -> i64

source§

impl ToInteger for u64

source§

fn to_integer(&self) -> i64

source§

impl ToInteger for usize

source§

fn to_integer(&self) -> i64

source§

impl ToInteger for String

source§

fn to_integer(&self) -> i64

Implementors§