Skip to main content

DiffKind

Type Alias DiffKind 

Source
pub type DiffKind = DiffType;

Aliased Type§

#[repr(C)]
pub enum DiffKind { Insert = 1, Update = 2, Remove = 3, }

Variants§

§

Insert = 1

Insert a new row

§

Update = 2

Update an existing row

§

Remove = 3

Remove a row