use skip_serializing_none;
use Patch;
// Generated by Patch derive macro
//
// #[derive(Debug, Default)] // pass by patch(attribute(...))
// #[skip_serializing_none] // pass by patch(attribute(...))
// struct ItemPatch { // pass by patch(name = ...)
// field_bool: Option<bool>,
// field_int: Option<usize>,
// field_string: Option<String>,
// }