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