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