Struct multiversx_chain_vm::BigUintPrinter
source · pub struct BigUintPrinter<M: ManagedTypeApi> {
pub value: BigUint<M>,
}
Fields§
§value: BigUint<M>
Trait Implementations§
Auto Trait Implementations§
impl<M> CodecFromSelf for BigUintPrinter<M>
impl<M> RefUnwindSafe for BigUintPrinter<M>where <M as HandleTypeInfo>::BigIntHandle: RefUnwindSafe,
impl<M> Send for BigUintPrinter<M>where <M as HandleTypeInfo>::BigIntHandle: Send,
impl<M> Sync for BigUintPrinter<M>where <M as HandleTypeInfo>::BigIntHandle: Sync,
impl<M> Unpin for BigUintPrinter<M>where <M as HandleTypeInfo>::BigIntHandle: Unpin,
impl<M> UnwindSafe for BigUintPrinter<M>where <M as HandleTypeInfo>::BigIntHandle: UnwindSafe,
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