pub struct SqliteQueryCtx {
pub errs: Errs,
/* private fields */
}Fields§
§errs: ErrsAuto Trait Implementations§
impl Freeze for SqliteQueryCtx
impl !RefUnwindSafe for SqliteQueryCtx
impl !Send for SqliteQueryCtx
impl !Sync for SqliteQueryCtx
impl Unpin for SqliteQueryCtx
impl UnsafeUnpin for SqliteQueryCtx
impl !UnwindSafe for SqliteQueryCtx
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