pub struct SqlPreparedStatement { /* private fields */ }Expand description
SqlPreparedStatement
Opaque reduced SQL envelope prepared for one concrete entity route. This wraps entity-scope normalization and fail-closed entity matching so dynamic dispatch can share prepare/lower control flow before execution.
Trait Implementations§
Source§impl Clone for SqlPreparedStatement
impl Clone for SqlPreparedStatement
Source§fn clone(&self) -> SqlPreparedStatement
fn clone(&self) -> SqlPreparedStatement
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SqlPreparedStatement
impl RefUnwindSafe for SqlPreparedStatement
impl Send for SqlPreparedStatement
impl Sync for SqlPreparedStatement
impl Unpin for SqlPreparedStatement
impl UnsafeUnpin for SqlPreparedStatement
impl UnwindSafe for SqlPreparedStatement
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