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