Struct pgrx_pg_sys::CollectedCommand
source · #[repr(C)]pub struct CollectedCommand {
pub type_: CollectedCommandType,
pub in_extension: bool,
pub parsetree: *mut Node,
pub d: CollectedCommand__bindgen_ty_1,
pub parent: *mut CollectedCommand,
}
Fields§
§type_: CollectedCommandType
§in_extension: bool
§parsetree: *mut Node
§d: CollectedCommand__bindgen_ty_1
§parent: *mut CollectedCommand
Trait Implementations§
source§impl Clone for CollectedCommand
impl Clone for CollectedCommand
source§fn clone(&self) -> CollectedCommand
fn clone(&self) -> CollectedCommand
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more