pub struct ComplexityAnalyzer { /* private fields */ }Expand description
Query complexity analyzer
Implementations§
Source§impl ComplexityAnalyzer
impl ComplexityAnalyzer
Sourcepub fn with_config(config: ComplexityConfig) -> Self
pub fn with_config(config: ComplexityConfig) -> Self
Create with custom config
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ComplexityAnalyzer
impl RefUnwindSafe for ComplexityAnalyzer
impl Send for ComplexityAnalyzer
impl Sync for ComplexityAnalyzer
impl Unpin for ComplexityAnalyzer
impl UnsafeUnpin for ComplexityAnalyzer
impl UnwindSafe for ComplexityAnalyzer
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