pub struct CompiledStatement<'conn, Q> { /* private fields */ }
Expand description
A compiled/“prepared” statement.
Implementations§
Source§impl<'conn, Q: Query> CompiledStatement<'conn, Q>
impl<'conn, Q: Query> CompiledStatement<'conn, Q>
Trait Implementations§
Auto Trait Implementations§
impl<'conn, Q> !Freeze for CompiledStatement<'conn, Q>
impl<'conn, Q> !RefUnwindSafe for CompiledStatement<'conn, Q>
impl<'conn, Q> !Send for CompiledStatement<'conn, Q>
impl<'conn, Q> !Sync for CompiledStatement<'conn, Q>
impl<'conn, Q> Unpin for CompiledStatement<'conn, Q>
impl<'conn, Q> !UnwindSafe for CompiledStatement<'conn, Q>
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