Function google_cloud_spanner::mutation::update_struct[][src]

pub fn update_struct<T>(table: T, to_struct: impl ToStruct) -> Mutation where
    T: Into<String>, 
Expand description

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