Struct dharitri_wasm::types::ManagedAsyncCallError
source · pub struct ManagedAsyncCallError<M>where
M: ManagedTypeApi,{
pub err_code: u32,
pub err_msg: ManagedBuffer<M>,
}Fields§
§err_code: u32§err_msg: ManagedBuffer<M>Auto Trait Implementations§
impl<M> RefUnwindSafe for ManagedAsyncCallError<M>where
M: RefUnwindSafe,
impl<M> Send for ManagedAsyncCallError<M>where
M: Send,
impl<M> Sync for ManagedAsyncCallError<M>where
M: Sync,
impl<M> Unpin for ManagedAsyncCallError<M>where
M: Unpin,
impl<M> UnwindSafe for ManagedAsyncCallError<M>where
M: 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