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