pub struct AssociateStyleAttributesParams<T1: ArraySql<Item = i32>> {
pub style_id: i32,
pub attribute_ids: T1,
}Fields§
§style_id: i32§attribute_ids: T1Trait Implementations§
Source§impl<'a, C: GenericClient, T1: ArraySql<Item = i32>> Params<'a, AssociateStyleAttributesParams<T1>, I32Query<'a, C, i32, 2>, C> for AssociateStyleAttributesStmt
impl<'a, C: GenericClient, T1: ArraySql<Item = i32>> Params<'a, AssociateStyleAttributesParams<T1>, I32Query<'a, C, i32, 2>, C> for AssociateStyleAttributesStmt
Auto Trait Implementations§
impl<T1> Freeze for AssociateStyleAttributesParams<T1>where
T1: Freeze,
impl<T1> RefUnwindSafe for AssociateStyleAttributesParams<T1>where
T1: RefUnwindSafe,
impl<T1> Send for AssociateStyleAttributesParams<T1>
impl<T1> Sync for AssociateStyleAttributesParams<T1>
impl<T1> Unpin for AssociateStyleAttributesParams<T1>where
T1: Unpin,
impl<T1> UnwindSafe for AssociateStyleAttributesParams<T1>where
T1: 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