Enum async_graphql::ValidationMode [−][src]
pub enum ValidationMode {
Strict,
Fast,
}Expand description
Validation mode
Variants
Execute all validation rules.
The executor itself also has error handling, so it can improve performance, but it can lose some error messages.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ValidationModeimpl Send for ValidationModeimpl Sync for ValidationModeimpl Unpin for ValidationModeimpl UnwindSafe for ValidationModeBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> VAttaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more