pub struct OdooOrmContainer<T>where
T: OdooOrmMethod + JsonRpcParams<Container<T> = Self>,{ /* private fields */ }
Expand description
The container type for an Odoo “ORM” request
These functions are essentially just wrappers around
Execute
and ExecuteKw
, providing a more
user-friendly interface (and better type checking!)
For more info, see super::JsonRpcParams
Trait Implementations§
Source§impl<T> Debug for OdooOrmContainer<T>
impl<T> Debug for OdooOrmContainer<T>
Source§impl<T> Serialize for OdooOrmContainer<T>where
T: OdooOrmMethod + JsonRpcParams<Container<T> = Self>,
impl<T> Serialize for OdooOrmContainer<T>where
T: OdooOrmMethod + JsonRpcParams<Container<T> = Self>,
Auto Trait Implementations§
impl<T> Freeze for OdooOrmContainer<T>where
T: Freeze,
impl<T> RefUnwindSafe for OdooOrmContainer<T>where
T: RefUnwindSafe,
impl<T> Send for OdooOrmContainer<T>where
T: Send,
impl<T> Sync for OdooOrmContainer<T>where
T: Sync,
impl<T> Unpin for OdooOrmContainer<T>where
T: Unpin,
impl<T> UnwindSafe for OdooOrmContainer<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