Struct pgrx_pg_sys::CollectedATSubcmd
source · #[repr(C)]pub struct CollectedATSubcmd {
pub address: ObjectAddress,
pub parsetree: *mut Node,
}
Fields§
§address: ObjectAddress
§parsetree: *mut Node
Trait Implementations§
source§impl Clone for CollectedATSubcmd
impl Clone for CollectedATSubcmd
source§fn clone(&self) -> CollectedATSubcmd
fn clone(&self) -> CollectedATSubcmd
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 Debug for CollectedATSubcmd
impl Debug for CollectedATSubcmd
source§impl Default for CollectedATSubcmd
impl Default for CollectedATSubcmd
impl Copy for CollectedATSubcmd
Auto Trait Implementations§
impl Freeze for CollectedATSubcmd
impl RefUnwindSafe for CollectedATSubcmd
impl !Send for CollectedATSubcmd
impl !Sync for CollectedATSubcmd
impl Unpin for CollectedATSubcmd
impl UnwindSafe for CollectedATSubcmd
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