Struct multiversx_sc::types::AsyncCall
source · pub struct AsyncCall<SA>where
SA: CallTypeApi + 'static,{ /* private fields */ }
Implementations§
source§impl<SA> AsyncCall<SA>where
SA: CallTypeApi,
impl<SA> AsyncCall<SA>where
SA: CallTypeApi,
pub fn with_callback(self, callback_call: CallbackClosure<SA>) -> Self
source§impl<SA> AsyncCall<SA>where
SA: CallTypeApi,
impl<SA> AsyncCall<SA>where
SA: CallTypeApi,
pub fn call_and_exit_ignore_callback(&self) -> !
source§impl<SA> AsyncCall<SA>where
SA: CallTypeApi + StorageWriteApi,
impl<SA> AsyncCall<SA>where
SA: CallTypeApi + StorageWriteApi,
pub fn call_and_exit(&self) -> !
Auto Trait Implementations§
impl<SA> CodecFromSelf for AsyncCall<SA>
impl<SA> RefUnwindSafe for AsyncCall<SA>where
<SA as HandleTypeInfo>::BigIntHandle: RefUnwindSafe,
<SA as HandleTypeInfo>::ManagedBufferHandle: RefUnwindSafe,
impl<SA> Send for AsyncCall<SA>where
<SA as HandleTypeInfo>::BigIntHandle: Send,
<SA as HandleTypeInfo>::ManagedBufferHandle: Send,
impl<SA> Sync for AsyncCall<SA>where
<SA as HandleTypeInfo>::BigIntHandle: Sync,
<SA as HandleTypeInfo>::ManagedBufferHandle: Sync,
impl<SA> Unpin for AsyncCall<SA>where
<SA as HandleTypeInfo>::BigIntHandle: Unpin,
<SA as HandleTypeInfo>::ManagedBufferHandle: Unpin,
impl<SA> UnwindSafe for AsyncCall<SA>where
<SA as HandleTypeInfo>::BigIntHandle: UnwindSafe,
<SA as HandleTypeInfo>::ManagedBufferHandle: 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