pub struct BigInt(pub i64);
Tuple Fields§
§0: i64
Trait Implementations§
Source§impl<'de> Deserialize<'de> for BigInt
impl<'de> Deserialize<'de> for BigInt
Source§fn deserialize<__D>(deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl CoercesTo<Option<BigInt>> for BigInt
impl CoercesTo<Option<Option<BigInt>>> for BigInt
impl CoercesTo<Option<Vec<BigInt>>> for BigInt
impl CoercesTo<Option<Vec<Option<BigInt>>>> for BigInt
impl CoercesTo<Vec<BigInt>> for BigInt
impl CoercesTo<Vec<Vec<BigInt>>> for BigInt
Auto Trait Implementations§
impl Freeze for BigInt
impl RefUnwindSafe for BigInt
impl Send for BigInt
impl Sync for BigInt
impl Unpin for BigInt
impl UnwindSafe for BigInt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more