Enum dysql_core::QueryType
source · pub enum QueryType {
FetchAll,
FetchOne,
FetchScalar,
Execute,
Insert,
Page,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for QueryType
impl Send for QueryType
impl Sync for QueryType
impl Unpin for QueryType
impl UnwindSafe for QueryType
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