Struct odoo_api::service::object::ExecuteKwResponse
source · pub struct ExecuteKwResponse {
pub data: Value,
}
Expand description
Represents the response to an Odoo Execute
call
This struct is intentionally very generic, as the execute
call can return
any arbitrary JSON data.
Fields§
§data: Value
Trait Implementations§
source§impl Debug for ExecuteKwResponse
impl Debug for ExecuteKwResponse
source§impl<'de> Deserialize<'de> for ExecuteKwResponse
impl<'de> Deserialize<'de> for ExecuteKwResponse
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<ExecuteKwResponse> for ExecuteKwResponse
impl PartialEq<ExecuteKwResponse> for ExecuteKwResponse
source§fn eq(&self, other: &ExecuteKwResponse) -> bool
fn eq(&self, other: &ExecuteKwResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.