pub struct OdooApiContainer<T>where
T: OdooApiMethod + JsonRpcParams<Container<T> = Self>,{ /* private fields */ }
Expand description
The container type for an Odoo “API” (JSON-RPC) request
For more info, see super::JsonRpcParams
Trait Implementations§
Source§impl<T> Debug for OdooApiContainer<T>
impl<T> Debug for OdooApiContainer<T>
Source§impl<T> Serialize for OdooApiContainer<T>where
T: OdooApiMethod + JsonRpcParams<Container<T> = Self>,
impl<T> Serialize for OdooApiContainer<T>where
T: OdooApiMethod + JsonRpcParams<Container<T> = Self>,
Auto Trait Implementations§
impl<T> Freeze for OdooApiContainer<T>where
T: Freeze,
impl<T> RefUnwindSafe for OdooApiContainer<T>where
T: RefUnwindSafe,
impl<T> Send for OdooApiContainer<T>where
T: Send,
impl<T> Sync for OdooApiContainer<T>where
T: Sync,
impl<T> Unpin for OdooApiContainer<T>where
T: Unpin,
impl<T> UnwindSafe for OdooApiContainer<T>where
T: UnwindSafe,
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