Struct graphql_tools::validation::validate::ValidationPlan
source · pub struct ValidationPlan {
pub rules: Vec<Box<dyn ValidationRule>>,
}Fields§
§rules: Vec<Box<dyn ValidationRule>>Implementations§
Auto Trait Implementations§
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