update

Function update 

Source
pub fn update(table: &str, columns: &[&str], values: &[&dyn ToKind]) -> Mutation
Expand description

update returns a Mutation to update a row in a table. If the row does not already exist, the write or transaction fails.