pub struct GraphQlInjectionDetector;Trait Implementations§
Auto Trait Implementations§
impl Freeze for GraphQlInjectionDetector
impl RefUnwindSafe for GraphQlInjectionDetector
impl Send for GraphQlInjectionDetector
impl Sync for GraphQlInjectionDetector
impl Unpin for GraphQlInjectionDetector
impl UnsafeUnpin for GraphQlInjectionDetector
impl UnwindSafe for GraphQlInjectionDetector
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