Struct odoo_api::service::db::ChangeAdminPassword
source · Expand description
Fields§
§passwd: String
§new_password: String
Trait Implementations§
source§impl Debug for ChangeAdminPassword
impl Debug for ChangeAdminPassword
source§impl JsonRpcParams for ChangeAdminPassword
impl JsonRpcParams for ChangeAdminPassword
type Container<T> = OdooApiContainer<ChangeAdminPassword>
type Response = ChangeAdminPasswordResponse
fn build(self) -> JsonRpcRequest<Self>
source§impl OdooApiMethod for ChangeAdminPassword
impl OdooApiMethod for ChangeAdminPassword
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