pub struct ValidationPlan {
pub rules: Vec<Box<dyn ValidationRule>>,
}
Fields§
§rules: Vec<Box<dyn ValidationRule>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidationPlan
impl !RefUnwindSafe for ValidationPlan
impl Send for ValidationPlan
impl Sync for ValidationPlan
impl Unpin for ValidationPlan
impl !UnwindSafe for ValidationPlan
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more