Macros§
Structs§
Traits§
- Diff
- This is implemented on the “Diff” struct if #[partial(diff)] is specified. Requires all fields on the “Full” struct to implement std::fmt::Debug
- HasPartial
- This is implemented on the “Full” struct.
- Maybe
None - This is implemented on the “Partial” struct. Provides a method to check whether all fields are None.
- Partial
Diff - This is implemented on the “Full” struct if #[partial(diff)] is specified. Requires all fields on the “Full” struct to implement PartialEq