Struct pgrx_pg_sys::CreateFdwStmt
source · #[repr(C)]pub struct CreateFdwStmt {
pub type_: NodeTag,
pub fdwname: *mut c_char,
pub func_options: *mut List,
pub options: *mut List,
}
Fields§
§type_: NodeTag
§fdwname: *mut c_char
§func_options: *mut List
§options: *mut List
Trait Implementations§
source§impl Clone for CreateFdwStmt
impl Clone for CreateFdwStmt
source§fn clone(&self) -> CreateFdwStmt
fn clone(&self) -> CreateFdwStmt
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 CreateFdwStmt
impl Debug for CreateFdwStmt
source§impl Default for CreateFdwStmt
impl Default for CreateFdwStmt
source§impl Display for CreateFdwStmt
impl Display for CreateFdwStmt
source§impl PgNode for CreateFdwStmt
impl PgNode for CreateFdwStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for CreateFdwStmt
Auto Trait Implementations§
impl Freeze for CreateFdwStmt
impl RefUnwindSafe for CreateFdwStmt
impl !Send for CreateFdwStmt
impl !Sync for CreateFdwStmt
impl Unpin for CreateFdwStmt
impl UnwindSafe for CreateFdwStmt
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