Struct odoo_api::jsonrpc::response::JsonRpcResponseError
source · pub struct JsonRpcResponseError { /* private fields */ }
Expand description
A failed Odoo API response
Trait Implementations§
source§impl Debug for JsonRpcResponseError
impl Debug for JsonRpcResponseError
source§impl<'de> Deserialize<'de> for JsonRpcResponseError
impl<'de> Deserialize<'de> for JsonRpcResponseError
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<JsonRpcResponseError> for JsonRpcResponseError
impl PartialEq<JsonRpcResponseError> for JsonRpcResponseError
source§fn eq(&self, other: &JsonRpcResponseError) -> bool
fn eq(&self, other: &JsonRpcResponseError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.