pub struct DatabaseList {}
Expand description
List the available databases
Reference: web/controller/database.py
Trait Implementations§
Source§impl Debug for DatabaseList
impl Debug for DatabaseList
Source§impl JsonRpcParams for DatabaseList
impl JsonRpcParams for DatabaseList
type Container<T> = OdooWebContainer<DatabaseList>
type Response = DatabaseListResponse
fn build(self, id: JsonRpcId) -> JsonRpcRequest<Self>
Source§impl OdooWebMethod for DatabaseList
impl OdooWebMethod for DatabaseList
Source§fn endpoint(&self) -> &'static str
fn endpoint(&self) -> &'static str
Describe method endpoint (e.g., “/web/session/authenticate”)
Source§fn _build(self, id: JsonRpcId) -> JsonRpcRequest<Self>
fn _build(self, id: JsonRpcId) -> JsonRpcRequest<Self>
Build
self
into a full JsonRpcRequest
Auto Trait Implementations§
impl Freeze for DatabaseList
impl RefUnwindSafe for DatabaseList
impl Send for DatabaseList
impl Sync for DatabaseList
impl Unpin for DatabaseList
impl UnwindSafe for DatabaseList
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more