pub struct QueryGuard { /* private fields */ }Expand description
A guard that validates and sanitizes queries
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueryGuard
impl RefUnwindSafe for QueryGuard
impl Send for QueryGuard
impl Sync for QueryGuard
impl Unpin for QueryGuard
impl UnsafeUnpin for QueryGuard
impl UnwindSafe for QueryGuard
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