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