spade_
common
0.13.0
Infallible
ToBig
Int
Required Methods
to_bigint
Implementations on Foreign Types
&BigUint
BigUint
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In spade_
common::
num_
ext
spade_common
::
num_ext
Trait
InfallibleToBigInt
Copy item path
Source
pub trait InfallibleToBigInt { // Required method fn
to_bigint
(self) ->
BigInt
; }
Required Methods
§
Source
fn
to_bigint
(self) ->
BigInt
Implementations on Foreign Types
§
Source
§
impl
InfallibleToBigInt
for &
BigUint
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
i8
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
i16
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
i32
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
i64
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
i128
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
isize
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
u8
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
u16
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
u32
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
u64
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
u128
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
usize
Source
§
fn
to_bigint
(self) ->
BigInt
Source
§
impl
InfallibleToBigInt
for
BigUint
Source
§
fn
to_bigint
(self) ->
BigInt
Implementors
§