Expand description
Represents the response to an Odoo About
call
Fields§
§info: String
The “info” string
At the time of writing, this is hard-coded to See http://openerp.com
server_version: String
The “pretty” version, normally something like 16.0+e
or 15.0
Note that this is only returned when the original reques was made with
extended: true
(see AboutResponse
)
Trait Implementations§
source§impl Debug for AboutResponseExtended
impl Debug for AboutResponseExtended
source§impl<'de> Deserialize<'de> for AboutResponseExtended
impl<'de> Deserialize<'de> for AboutResponseExtended
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<AboutResponseExtended> for AboutResponseExtended
impl PartialEq<AboutResponseExtended> for AboutResponseExtended
source§fn eq(&self, other: &AboutResponseExtended) -> bool
fn eq(&self, other: &AboutResponseExtended) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.