pub struct ScaleBigInt(pub [u8; 67]);Tuple Fields§
§0: [u8; 67]Trait Implementations§
Source§impl Default for ScaleBigInt
impl Default for ScaleBigInt
Source§impl Deserializable for ScaleBigInt
impl Deserializable for ScaleBigInt
Source§impl From<u128> for ScaleBigInt
impl From<u128> for ScaleBigInt
Source§fn from(val: u128) -> ScaleBigInt
fn from(val: u128) -> ScaleBigInt
Converts to this type from the input type.
Source§impl From<u32> for ScaleBigInt
impl From<u32> for ScaleBigInt
Source§fn from(val: u32) -> ScaleBigInt
fn from(val: u32) -> ScaleBigInt
Converts to this type from the input type.
Source§impl From<u64> for ScaleBigInt
impl From<u64> for ScaleBigInt
Source§fn from(val: u64) -> ScaleBigInt
fn from(val: u64) -> ScaleBigInt
Converts to this type from the input type.
Source§impl Serializable for ScaleBigInt
impl Serializable for ScaleBigInt
Source§impl TryFrom<ScaleBigInt> for u128
impl TryFrom<ScaleBigInt> for u128
Source§impl TryFrom<ScaleBigInt> for u32
impl TryFrom<ScaleBigInt> for u32
Auto Trait Implementations§
impl Freeze for ScaleBigInt
impl RefUnwindSafe for ScaleBigInt
impl Send for ScaleBigInt
impl Sync for ScaleBigInt
impl Unpin for ScaleBigInt
impl UnsafeUnpin for ScaleBigInt
impl UnwindSafe for ScaleBigInt
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