pub struct ReflectPgRangeStmt(/* private fields */);Implementations§
Source§impl ReflectPgRangeStmt
impl ReflectPgRangeStmt
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, ) -> ReflectPgRangeQuery<'c, 'a, 's, C, ReflectPgRange, 0>
Auto Trait Implementations§
impl Freeze for ReflectPgRangeStmt
impl !RefUnwindSafe for ReflectPgRangeStmt
impl Send for ReflectPgRangeStmt
impl Sync for ReflectPgRangeStmt
impl Unpin for ReflectPgRangeStmt
impl UnsafeUnpin for ReflectPgRangeStmt
impl !UnwindSafe for ReflectPgRangeStmt
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