pub struct UpdateTarget<Table, WhereClause> { pub table: Table, pub where_clause: WhereClause, }
table: Table
where_clause: WhereClause