/// This enum encapsulates whether a [`DatabasePrivilegeRow`] was introduced, modified or deleted.
/// Merges another [`DatabasePrivilegesDiff`] into this one, combining them in a sequential manner.
/// Reduces a set of [`DatabasePrivilegesDiff`] by removing any modifications that would be no-ops.