Struct dharitri_wasm::types::TransferExecute
source · pub struct TransferExecute<BigUint: BigUintApi> { /* private fields */ }Implementations§
source§impl<BigUint> TransferExecute<BigUint>where
BigUint: BigUintApi + 'static,
impl<BigUint> TransferExecute<BigUint>where
BigUint: BigUintApi + 'static,
pub fn with_gas_limit(self, gas_limit: u64) -> Self
Trait Implementations§
source§impl<FA, BigUint> EndpointResult<FA> for TransferExecute<BigUint>
impl<FA, BigUint> EndpointResult<FA> for TransferExecute<BigUint>
source§impl<BigUint: BigUintApi> TypeAbi for TransferExecute<BigUint>
impl<BigUint: BigUintApi> TypeAbi for TransferExecute<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 TransferExecute<BigUint>where
BigUint: RefUnwindSafe,
impl<BigUint> Send for TransferExecute<BigUint>where
BigUint: Send,
impl<BigUint> Sync for TransferExecute<BigUint>where
BigUint: Sync,
impl<BigUint> Unpin for TransferExecute<BigUint>where
BigUint: Unpin,
impl<BigUint> UnwindSafe for TransferExecute<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