Crate partial_derive2

source ·

Macros§

Structs§

Traits§

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

Derive Macros§