Struct sqlx_macros_core::query::QueryDriver
source · pub struct QueryDriver { /* private fields */ }
Implementations§
source§impl QueryDriver
impl QueryDriver
pub const fn new<DB: DatabaseExt>() -> Selfwhere
Describe<DB>: Serialize + DeserializeOwned,
Trait Implementations§
source§impl Clone for QueryDriver
impl Clone for QueryDriver
source§fn clone(&self) -> QueryDriver
fn clone(&self) -> QueryDriver
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for QueryDriver
Auto Trait Implementations§
impl Freeze for QueryDriver
impl RefUnwindSafe for QueryDriver
impl Send for QueryDriver
impl Sync for QueryDriver
impl Unpin for QueryDriver
impl UnwindSafe for QueryDriver
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