Trait num_bigint::ToBigUint
[−]
[src]
pub trait ToBigUint {
fn to_biguint(&self) -> Option<BigUint>;
}A generic trait for converting a value to a BigUint.
Required Methods
fn to_biguint(&self) -> Option<BigUint>
Converts the value of self to a BigUint.
Implementations on Foreign Types
impl ToBigUint for isize[src]
impl ToBigUint for isizefn to_biguint(&self) -> Option<BigUint>[src]
fn to_biguint(&self) -> Option<BigUint>impl ToBigUint for i8[src]
impl ToBigUint for i8fn to_biguint(&self) -> Option<BigUint>[src]
fn to_biguint(&self) -> Option<BigUint>impl ToBigUint for i16[src]
impl ToBigUint for i16fn to_biguint(&self) -> Option<BigUint>[src]
fn to_biguint(&self) -> Option<BigUint>impl ToBigUint for i32[src]
impl ToBigUint for i32fn to_biguint(&self) -> Option<BigUint>[src]
fn to_biguint(&self) -> Option<BigUint>impl ToBigUint for i64[src]
impl ToBigUint for i64fn to_biguint(&self) -> Option<BigUint>[src]
fn to_biguint(&self) -> Option<BigUint>impl ToBigUint for usize[src]
impl ToBigUint for usizefn to_biguint(&self) -> Option<BigUint>[src]
fn to_biguint(&self) -> Option<BigUint>impl ToBigUint for u8[src]
impl ToBigUint for u8fn to_biguint(&self) -> Option<BigUint>[src]
fn to_biguint(&self) -> Option<BigUint>impl ToBigUint for u16[src]
impl ToBigUint for u16fn to_biguint(&self) -> Option<BigUint>[src]
fn to_biguint(&self) -> Option<BigUint>impl ToBigUint for u32[src]
impl ToBigUint for u32fn to_biguint(&self) -> Option<BigUint>[src]
fn to_biguint(&self) -> Option<BigUint>impl ToBigUint for u64[src]
impl ToBigUint for u64fn to_biguint(&self) -> Option<BigUint>[src]
fn to_biguint(&self) -> Option<BigUint>impl ToBigUint for f32[src]
impl ToBigUint for f32fn to_biguint(&self) -> Option<BigUint>[src]
fn to_biguint(&self) -> Option<BigUint>impl ToBigUint for f64[src]
impl ToBigUint for f64fn to_biguint(&self) -> Option<BigUint>[src]
fn to_biguint(&self) -> Option<BigUint>