pub struct PreparedSqlStatement<E> { /* private fields */ }
Implementations§
Source§impl<E> PreparedSqlStatement<E>
impl<E> PreparedSqlStatement<E>
pub fn from_prepare_response( response: Value, executor: E, ) -> StdResult<Self, DecodingError>
Source§impl<E: Executor> PreparedSqlStatement<E>
impl<E: Executor> PreparedSqlStatement<E>
Source§impl<E: Clone> PreparedSqlStatement<&E>
impl<E: Clone> PreparedSqlStatement<&E>
pub fn with_cloned_executor(&self) -> PreparedSqlStatement<E>
Trait Implementations§
Source§impl<E: Clone> Clone for PreparedSqlStatement<E>
impl<E: Clone> Clone for PreparedSqlStatement<E>
Auto Trait Implementations§
impl<E> Freeze for PreparedSqlStatement<E>where
E: Freeze,
impl<E> RefUnwindSafe for PreparedSqlStatement<E>where
E: RefUnwindSafe,
impl<E> Send for PreparedSqlStatement<E>where
E: Send,
impl<E> Sync for PreparedSqlStatement<E>where
E: Sync,
impl<E> Unpin for PreparedSqlStatement<E>where
E: Unpin,
impl<E> UnwindSafe for PreparedSqlStatement<E>where
E: UnwindSafe,
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