Struct async_graphql::extensions::Analyzer
source · [−]pub struct Analyzer;
Expand description
Analyzer extension
This extension will output the analyzer
field containing complexity
and
depth
in the response extension of each query.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Analyzer
impl Send for Analyzer
impl Sync for Analyzer
impl Unpin for Analyzer
impl UnwindSafe for Analyzer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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