Struct rorm::representations::FFIUpdate
source · #[repr(C)]pub struct FFIUpdate<'a> { /* private fields */ }
Expand description
Representation of an update.
Consists of a column and the value to set to this column.
#[repr(C)]pub struct FFIUpdate<'a> { /* private fields */ }
Representation of an update.
Consists of a column and the value to set to this column.