pub struct DbQuery { /* private fields */ }
Expand description
Handles database queries
§Handles all queries releated to fields
#[derive(Debug, Clone)]
pub struct DbQuery {
db: String,
}
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DbQuery
impl RefUnwindSafe for DbQuery
impl Send for DbQuery
impl Sync for DbQuery
impl Unpin for DbQuery
impl UnwindSafe for DbQuery
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