Struct air_interpreter_interface::CallServiceResult [−][src]
Expand description
Represents an executed host function result.
Fields
ret_code: i32
A error code service or builtin returned, where CALL_SERVICE_SUCCESS represents success.
result: String
Resulted JValue serialized to a string. It’s impossible to wrap it with the marine macro, inasmuch as it’s a enum uses HashMap inside.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for CallServiceResult
impl Send for CallServiceResult
impl Sync for CallServiceResult
impl Unpin for CallServiceResult
impl UnwindSafe for CallServiceResult
Blanket Implementations
Mutably borrows from an owned value. Read more