pub struct AssociateCollectionSizesStmt(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'a, C: GenericClient, T1: ArraySql<Item = i32>> Params<'a, AssociateCollectionSizesParams<T1>, I32Query<'a, C, i32, 2>, C> for AssociateCollectionSizesStmt
impl<'a, C: GenericClient, T1: ArraySql<Item = i32>> Params<'a, AssociateCollectionSizesParams<T1>, I32Query<'a, C, i32, 2>, C> for AssociateCollectionSizesStmt
Auto Trait Implementations§
impl Freeze for AssociateCollectionSizesStmt
impl !RefUnwindSafe for AssociateCollectionSizesStmt
impl Send for AssociateCollectionSizesStmt
impl Sync for AssociateCollectionSizesStmt
impl Unpin for AssociateCollectionSizesStmt
impl !UnwindSafe for AssociateCollectionSizesStmt
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