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