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