#[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: OidTrait Implementations§
Source§impl Clone for TableLikeClause
impl Clone for TableLikeClause
Source§fn clone(&self) -> TableLikeClause
fn clone(&self) -> TableLikeClause
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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