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