Skip to main content

PatchUpdate

Type Alias PatchUpdate 

Source
pub type PatchUpdate<T, S, B> = Update<T, PatchsetFormat, S, B>;
Expand description

Type alias for Update<T, PatchsetFormat, S, B>.

Patchset updates only store new values (PK values in new, non-PK as Undefined or new value).

Aliased Typeยง

pub struct PatchUpdate<T, S, B> { /* private fields */ }