Struct pgx_pg_sys::CreateForeignTableStmt
source · [−]#[repr(C)]pub struct CreateForeignTableStmt {
pub base: CreateStmt,
pub servername: *mut c_char,
pub options: *mut List,
}Fields
base: CreateStmtservername: *mut c_charoptions: *mut ListTrait Implementations
sourceimpl Clone for CreateForeignTableStmt
impl Clone for CreateForeignTableStmt
sourcefn clone(&self) -> CreateForeignTableStmt
fn clone(&self) -> CreateForeignTableStmt
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CreateForeignTableStmt
impl Debug for CreateForeignTableStmt
sourceimpl Default for CreateForeignTableStmt
impl Default for CreateForeignTableStmt
sourceimpl Display for CreateForeignTableStmt
impl Display for CreateForeignTableStmt
sourceimpl PgNode for CreateForeignTableStmt
impl PgNode for CreateForeignTableStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for CreateForeignTableStmt
Auto Trait Implementations
impl RefUnwindSafe for CreateForeignTableStmt
impl !Send for CreateForeignTableStmt
impl !Sync for CreateForeignTableStmt
impl Unpin for CreateForeignTableStmt
impl UnwindSafe for CreateForeignTableStmt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more