pub struct DBQuery { /* private fields */ }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