Struct odoo_api::service::web::SessionAuthenticate
source · pub struct SessionAuthenticate { /* private fields */ }
Expand description
Docs TBC
Trait Implementations§
source§impl Debug for SessionAuthenticate
impl Debug for SessionAuthenticate
source§impl JsonRpcParams for SessionAuthenticate
impl JsonRpcParams for SessionAuthenticate
type Container<T> = OdooWebContainer<SessionAuthenticate>
type Response = SessionAuthenticateResponse
fn build(self) -> JsonRpcRequest<Self>
source§impl OdooWebMethod for SessionAuthenticate
impl OdooWebMethod for SessionAuthenticate
source§fn describe(&self) -> &'static str
fn describe(&self) -> &'static str
Describe the “Web” method endpoint (e.g., “/web/session/authenticate”)
source§fn _build(self) -> JsonRpcRequest<Self>
fn _build(self) -> JsonRpcRequest<Self>
Build
self
into a full JsonRpcRequest
source§impl PartialEq<SessionAuthenticate> for SessionAuthenticate
impl PartialEq<SessionAuthenticate> for SessionAuthenticate
source§fn eq(&self, other: &SessionAuthenticate) -> bool
fn eq(&self, other: &SessionAuthenticate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.