Struct odoo_api::service::db::ServerVersion
source · pub struct ServerVersion {}
Expand description
Trait Implementations§
source§impl Debug for ServerVersion
impl Debug for ServerVersion
source§impl JsonRpcParams for ServerVersion
impl JsonRpcParams for ServerVersion
type Container<T> = OdooApiContainer<ServerVersion>
type Response = ServerVersionResponse
fn build(self) -> JsonRpcRequest<Self>
source§impl OdooApiMethod for ServerVersion
impl OdooApiMethod for ServerVersion
source§fn describe(&self) -> (&'static str, &'static str)
fn describe(&self) -> (&'static str, &'static str)
Describe the JSON-RPC service and method for this type
source§fn _build(self) -> JsonRpcRequest<Self>
fn _build(self) -> JsonRpcRequest<Self>
Build
self
into a full JsonRpcRequest