pub struct ReflectPgSequenceStmt(/* private fields */);Implementations§
Source§impl ReflectPgSequenceStmt
impl ReflectPgSequenceStmt
pub async fn prepare<'a, C: GenericClient>( self, client: &'a C, ) -> Result<Self, Error>
pub fn bind<'c, 'a, 's, C: GenericClient>( &'s self, client: &'c C, ) -> ReflectPgSequenceQuery<'c, 'a, 's, C, ReflectPgSequence, 0>
Auto Trait Implementations§
impl Freeze for ReflectPgSequenceStmt
impl !RefUnwindSafe for ReflectPgSequenceStmt
impl Send for ReflectPgSequenceStmt
impl Sync for ReflectPgSequenceStmt
impl Unpin for ReflectPgSequenceStmt
impl UnsafeUnpin for ReflectPgSequenceStmt
impl !UnwindSafe for ReflectPgSequenceStmt
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