Function google_cloud_spanner::mutation::replace_struct[][src]

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

ReplaceStruct returns a Mutation to insert a row into a table, deleting any existing row.

For a similar example, See update_struct.