Struct pgrx_pg_sys::TableLikeClause
source · #[repr(C)]pub struct TableLikeClause {
pub type_: NodeTag,
pub relation: *mut RangeVar,
pub options: bits32,
pub relationOid: Oid,
}
Fields§
§type_: NodeTag
§relation: *mut RangeVar
§options: bits32
§relationOid: Oid
Trait Implementations§
source§impl Clone for TableLikeClause
impl Clone for TableLikeClause
source§fn clone(&self) -> TableLikeClause
fn clone(&self) -> TableLikeClause
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 TableLikeClause
impl Debug for TableLikeClause
source§impl Default for TableLikeClause
impl Default for TableLikeClause
source§impl Display for TableLikeClause
impl Display for TableLikeClause
source§impl PgNode for TableLikeClause
impl PgNode for TableLikeClause
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more