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

Fields§

§table: Table§where_clause: WhereClause