pub struct DisableIntrospection;
Expand description
Validation rule checking whether a GraphQL operation contains introspection (__schema
or
__type
fields).
Auto Trait Implementations§
impl Freeze for DisableIntrospection
impl RefUnwindSafe for DisableIntrospection
impl Send for DisableIntrospection
impl Sync for DisableIntrospection
impl Unpin for DisableIntrospection
impl UnwindSafe for DisableIntrospection
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