Struct pgrx_pg_sys::ObjectWithArgs
source · #[repr(C)]pub struct ObjectWithArgs {
pub type_: NodeTag,
pub objname: *mut List,
pub objargs: *mut List,
pub objfuncargs: *mut List,
pub args_unspecified: bool,
}
Fields§
§type_: NodeTag
§objname: *mut List
§objargs: *mut List
§objfuncargs: *mut List
§args_unspecified: bool
Trait Implementations§
source§impl Clone for ObjectWithArgs
impl Clone for ObjectWithArgs
source§fn clone(&self) -> ObjectWithArgs
fn clone(&self) -> ObjectWithArgs
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 ObjectWithArgs
impl Debug for ObjectWithArgs
source§impl Default for ObjectWithArgs
impl Default for ObjectWithArgs
source§impl Display for ObjectWithArgs
impl Display for ObjectWithArgs
source§impl PgNode for ObjectWithArgs
impl PgNode for ObjectWithArgs
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more