pub struct SessionAuthenticateResponse {
pub data: Value,
}
Expand description
Represents the response to an Odoo SessionAuthenticate
call
Note that the generated session_id
is not returned here. The response
data contains some information about the Odoo session.
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
Auto Trait Implementations§
impl Freeze for SessionAuthenticateResponse
impl RefUnwindSafe for SessionAuthenticateResponse
impl Send for SessionAuthenticateResponse
impl Sync for SessionAuthenticateResponse
impl Unpin for SessionAuthenticateResponse
impl UnwindSafe for SessionAuthenticateResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more