Struct dharitri_wasm::types::AsyncCallError
source · pub struct AsyncCallError {
pub err_code: u32,
pub err_msg: BoxedBytes,
}Fields§
§err_code: u32§err_msg: BoxedBytesAuto Trait Implementations§
impl RefUnwindSafe for AsyncCallError
impl Send for AsyncCallError
impl Sync for AsyncCallError
impl Unpin for AsyncCallError
impl UnwindSafe for AsyncCallError
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