Struct graphql_tools::validation::validate::ValidationPlan
source · [−]pub struct ValidationPlan {
pub rules: Vec<Box<dyn ValidationRule>>,
}
Fields
rules: Vec<Box<dyn ValidationRule>>
Implementations
sourceimpl ValidationPlan
impl ValidationPlan
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more