Trait validify::Modify

source ·
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.

Required Methods§

source

fn modify(&mut self)

Apply the provided modifiers to self

Implementors§