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