pub struct PreparedStatement<'id> { /* private fields */ }Expand description
A prepared statement tied to one generative connection brand.
Implementations§
Source§impl PreparedStatement<'_>
impl PreparedStatement<'_>
Trait Implementations§
Auto Trait Implementations§
impl<'id> !Freeze for PreparedStatement<'id>
impl<'id> !RefUnwindSafe for PreparedStatement<'id>
impl<'id> !Sync for PreparedStatement<'id>
impl<'id> Send for PreparedStatement<'id>
impl<'id> Unpin for PreparedStatement<'id>
impl<'id> UnsafeUnpin for PreparedStatement<'id>
impl<'id> UnwindSafe for PreparedStatement<'id>
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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