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