pub type DiffKind = DiffType;
#[repr(C)]pub enum DiffKind { Insert = 1, Update = 2, Remove = 3, }
Insert a new row
Update an existing row
Remove a row