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