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