pub struct PreparedContext {
pub parameters: HashMap<String, Value>,
pub positional_params: Vec<Value>,
pub hints: ExecutionHints,
}Expand description
Prepared statement execution context
Fields§
§parameters: HashMap<String, Value>Bound parameters
positional_params: Vec<Value>Positional parameters
hints: ExecutionHintsExecution hints
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PreparedContext
impl RefUnwindSafe for PreparedContext
impl Send for PreparedContext
impl Sync for PreparedContext
impl Unpin for PreparedContext
impl UnsafeUnpin for PreparedContext
impl UnwindSafe for PreparedContext
Blanket Implementations§
impl<T> Allocation for T
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