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 more