Struct polywrap_wasm_rs::BigIntWrapper
source · pub struct BigIntWrapper(pub BigInt);Tuple Fields§
§0: BigIntTrait Implementations§
source§impl Clone for BigIntWrapper
impl Clone for BigIntWrapper
source§fn clone(&self) -> BigIntWrapper
fn clone(&self) -> BigIntWrapper
Returns a copy 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§fn eq(&self, other: &BigIntWrapper) -> bool
fn eq(&self, other: &BigIntWrapper) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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 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