Macros§
- changed
changed!
– flexible, typed diff‑matching macro with zero runtime cost.
Structs§
- Change
Event Bus - Field
Name - A single dotted path (e.g.
"database.url"
or"a"
).
Enums§
Traits§
- AsField
- Convert something that represents a path into a concrete
FieldName
. - HasChanges
- Implemented automatically by
#[derive(Diff)]
. - HasFields
- Users shouldn’t need to touch this directly; use the
Fields
derive and theHasFields
trait generated for their own types.
Functions§
- diff_
changes - Convenience helper.