Struct odoo_api::service::db::DuplicateDatabase
source · pub struct DuplicateDatabase {
pub passwd: String,
pub db_original_name: String,
pub db_name: String,
}
Expand description
Fields§
§passwd: String
§db_original_name: String
§db_name: String
Trait Implementations§
source§impl Debug for DuplicateDatabase
impl Debug for DuplicateDatabase
source§impl JsonRpcParams for DuplicateDatabase
impl JsonRpcParams for DuplicateDatabase
type Container<T> = OdooApiContainer<DuplicateDatabase>
type Response = DuplicateDatabaseResponse
fn build(self) -> JsonRpcRequest<Self>
source§impl OdooApiMethod for DuplicateDatabase
impl OdooApiMethod for DuplicateDatabase
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