pub struct AssociateStyleAttributesStmt(/* private fields */);Implementations§
Trait 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 Freeze for AssociateStyleAttributesStmt
impl !RefUnwindSafe for AssociateStyleAttributesStmt
impl Send for AssociateStyleAttributesStmt
impl Sync for AssociateStyleAttributesStmt
impl Unpin for AssociateStyleAttributesStmt
impl !UnwindSafe for AssociateStyleAttributesStmt
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