Struct odoo_api::service::web::SessionAuthenticateResponse
source · pub struct SessionAuthenticateResponse {
pub data: Value,
}
Expand description
Docs TBC
Fields§
§data: Value
Trait Implementations§
source§impl Debug for SessionAuthenticateResponse
impl Debug for SessionAuthenticateResponse
source§impl<'de> Deserialize<'de> for SessionAuthenticateResponse
impl<'de> Deserialize<'de> for SessionAuthenticateResponse
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<SessionAuthenticateResponse> for SessionAuthenticateResponse
impl PartialEq<SessionAuthenticateResponse> for SessionAuthenticateResponse
source§fn eq(&self, other: &SessionAuthenticateResponse) -> bool
fn eq(&self, other: &SessionAuthenticateResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.