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