# Structs
ClassAction represents a patch.Action that applies to a rbxapi.Class.
Diff is a patch.Differ that finds differences between two rbxapi.Root values.
DiffCallback is a patch.Differ that finds differences between two rbxapi.Callback values.
DiffClass is a patch.Differ that finds differences between two rbxapi.Class values.
DiffEnum is a patch.Differ that finds differences between two rbxapi.Enum values.
DiffEnumItem is a patch.Differ that finds differences between two rbxapi.EnumItem values.
DiffEvent is a patch.Differ that finds differences between two rbxapi.Event values.
DiffFunction is a patch.Differ that finds differences between two rbxapi.Function values.
DiffProperty is a patch.Differ that finds differences between two rbxapi.Property values.
EnumAction represents a patch.Action that applies to a rbxapi.Enum.
EnumItemAction represents a patch.Action that applies to a rbxapi.EnumItem.
MemberAction represents a patch.Action that applies to a rbxapi.Member.