Struct dharitri_wasm::types::TransferMoaxExecute
source · pub struct TransferMoaxExecute<BigUint: BigUintApi> { /* private fields */ }Implementations§
source§impl<BigUint> TransferMoaxExecute<BigUint>where
BigUint: BigUintApi + 'static,
impl<BigUint> TransferMoaxExecute<BigUint>where
BigUint: BigUintApi + 'static,
pub fn with_gas_limit(self, gas_limit: u64) -> Self
Trait Implementations§
source§impl<FA, BigUint> EndpointResult<FA> for TransferMoaxExecute<BigUint>
impl<FA, BigUint> EndpointResult<FA> for TransferMoaxExecute<BigUint>
source§impl<BigUint: BigUintApi> TypeAbi for TransferMoaxExecute<BigUint>
impl<BigUint: BigUintApi> TypeAbi for TransferMoaxExecute<BigUint>
fn type_name() -> String
source§fn provide_type_descriptions<TDC: TypeDescriptionContainer>(_: &mut TDC)
fn provide_type_descriptions<TDC: TypeDescriptionContainer>(_: &mut TDC)
A type can provide more than its own description.
For instance, a struct can also provide the descriptions of the type of its fields.
TypeAbi doesn’t care for the exact accumulator type,
which is abstracted by the TypeDescriptionContainer trait.
Auto Trait Implementations§
impl<BigUint> RefUnwindSafe for TransferMoaxExecute<BigUint>where
BigUint: RefUnwindSafe,
impl<BigUint> Send for TransferMoaxExecute<BigUint>where
BigUint: Send,
impl<BigUint> Sync for TransferMoaxExecute<BigUint>where
BigUint: Sync,
impl<BigUint> Unpin for TransferMoaxExecute<BigUint>where
BigUint: Unpin,
impl<BigUint> UnwindSafe for TransferMoaxExecute<BigUint>where
BigUint: 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