Expand description
Fields§
§db_name: Vec<String>
Trait Implementations§
source§impl JsonRpcParams for DbExist
impl JsonRpcParams for DbExist
type Container<T> = OdooApiContainer<DbExist>
type Response = DbExistResponse
fn build(self) -> JsonRpcRequest<Self>
source§impl OdooApiMethod for DbExist
impl OdooApiMethod for DbExist
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