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 moresource§impl Default for CollectedCommand
impl Default for CollectedCommand
impl Copy for CollectedCommand
Auto Trait Implementations§
impl Freeze for CollectedCommand
impl RefUnwindSafe for CollectedCommand
impl !Send for CollectedCommand
impl !Sync for CollectedCommand
impl Unpin for CollectedCommand
impl UnwindSafe for CollectedCommand
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