pub struct Prepared<O> {
pub ops: Vec<DbOp>,
pub parse: DbResultParser<O>,
}Fields§
§ops: Vec<DbOp>§parse: DbResultParser<O>Auto Trait Implementations§
impl<O> !RefUnwindSafe for Prepared<O>
impl<O> !Sync for Prepared<O>
impl<O> !UnwindSafe for Prepared<O>
impl<O> Freeze for Prepared<O>
impl<O> Send for Prepared<O>
impl<O> Unpin for Prepared<O>
impl<O> UnsafeUnpin for Prepared<O>
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