pub trait Modify {
// Required method
fn modify(&mut self);
}Expand description
Modifies the struct based on the provided modify parameters. Automatically implemented when deriving Validify.
See the repository for a full list of possible modifiers.