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