pub struct BigIntWrapper(pub BigInt);
Tuple Fields§
§0: BigInt
Trait Implementations§
Source§impl Clone for BigIntWrapper
impl Clone for BigIntWrapper
Source§fn clone(&self) -> BigIntWrapper
fn clone(&self) -> BigIntWrapper
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BigIntWrapper
impl Debug for BigIntWrapper
Source§impl<'a> Deserialize<'a> for BigIntWrapper
impl<'a> Deserialize<'a> for BigIntWrapper
Source§fn deserialize<D>(
deserializer: D,
) -> Result<BigIntWrapper, <D as Deserializer<'a>>::Error>where
D: Deserializer<'a>,
fn deserialize<D>(
deserializer: D,
) -> Result<BigIntWrapper, <D as Deserializer<'a>>::Error>where
D: Deserializer<'a>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BigIntWrapper
impl PartialEq for BigIntWrapper
Source§impl Serialize for BigIntWrapper
impl Serialize for BigIntWrapper
Source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for BigIntWrapper
Auto Trait Implementations§
impl Freeze for BigIntWrapper
impl RefUnwindSafe for BigIntWrapper
impl Send for BigIntWrapper
impl Sync for BigIntWrapper
impl Unpin for BigIntWrapper
impl UnwindSafe for BigIntWrapper
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