Struct pgrx_pg_sys::DoStmt
source · #[repr(C)]pub struct DoStmt {
pub type_: NodeTag,
pub args: *mut List,
}
Fields§
§type_: NodeTag
§args: *mut List
Trait Implementations§
impl Copy for DoStmt
Auto Trait Implementations§
impl Freeze for DoStmt
impl RefUnwindSafe for DoStmt
impl !Send for DoStmt
impl !Sync for DoStmt
impl Unpin for DoStmt
impl UnwindSafe for DoStmt
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