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 isize
fn to_biguint(&self) -> Option<BigUint>
[src]
fn to_biguint(&self) -> Option<BigUint>
impl ToBigUint for i8
[src]
impl ToBigUint for i8
fn to_biguint(&self) -> Option<BigUint>
[src]
fn to_biguint(&self) -> Option<BigUint>
impl ToBigUint for i16
[src]
impl ToBigUint for i16
fn to_biguint(&self) -> Option<BigUint>
[src]
fn to_biguint(&self) -> Option<BigUint>
impl ToBigUint for i32
[src]
impl ToBigUint for i32
fn to_biguint(&self) -> Option<BigUint>
[src]
fn to_biguint(&self) -> Option<BigUint>
impl ToBigUint for i64
[src]
impl ToBigUint for i64
fn to_biguint(&self) -> Option<BigUint>
[src]
fn to_biguint(&self) -> Option<BigUint>
impl ToBigUint for usize
[src]
impl ToBigUint for usize
fn to_biguint(&self) -> Option<BigUint>
[src]
fn to_biguint(&self) -> Option<BigUint>
impl ToBigUint for u8
[src]
impl ToBigUint for u8
fn to_biguint(&self) -> Option<BigUint>
[src]
fn to_biguint(&self) -> Option<BigUint>
impl ToBigUint for u16
[src]
impl ToBigUint for u16
fn to_biguint(&self) -> Option<BigUint>
[src]
fn to_biguint(&self) -> Option<BigUint>
impl ToBigUint for u32
[src]
impl ToBigUint for u32
fn to_biguint(&self) -> Option<BigUint>
[src]
fn to_biguint(&self) -> Option<BigUint>
impl ToBigUint for u64
[src]
impl ToBigUint for u64
fn to_biguint(&self) -> Option<BigUint>
[src]
fn to_biguint(&self) -> Option<BigUint>
impl ToBigUint for f32
[src]
impl ToBigUint for f32
fn to_biguint(&self) -> Option<BigUint>
[src]
fn to_biguint(&self) -> Option<BigUint>
impl ToBigUint for f64
[src]
impl ToBigUint for f64
fn to_biguint(&self) -> Option<BigUint>
[src]
fn to_biguint(&self) -> Option<BigUint>