Struct air_interpreter_data::CallServiceFailed
source · pub struct CallServiceFailed {
pub ret_code: i32,
pub message: Rc<String>,
}
Fields§
§ret_code: i32
§message: Rc<String>
This field contains a JSON-serialized value, not a plain error message.
Implementations§
Trait Implementations§
source§impl Clone for CallServiceFailed
impl Clone for CallServiceFailed
source§fn clone(&self) -> CallServiceFailed
fn clone(&self) -> CallServiceFailed
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CallServiceFailed
impl Debug for CallServiceFailed
source§impl<'de> Deserialize<'de> for CallServiceFailed
impl<'de> Deserialize<'de> for CallServiceFailed
source§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
source§impl PartialEq<CallServiceFailed> for CallServiceFailed
impl PartialEq<CallServiceFailed> for CallServiceFailed
source§fn eq(&self, other: &CallServiceFailed) -> bool
fn eq(&self, other: &CallServiceFailed) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.