Struct pgx_pg_sys::CreateForeignServerStmt
source · [−]#[repr(C)]pub struct CreateForeignServerStmt {
pub type_: NodeTag,
pub servername: *mut c_char,
pub servertype: *mut c_char,
pub version: *mut c_char,
pub fdwname: *mut c_char,
pub if_not_exists: bool,
pub options: *mut List,
}Fields
type_: NodeTagservername: *mut c_charservertype: *mut c_charversion: *mut c_charfdwname: *mut c_charif_not_exists: booloptions: *mut ListTrait Implementations
sourceimpl Clone for CreateForeignServerStmt
impl Clone for CreateForeignServerStmt
sourcefn clone(&self) -> CreateForeignServerStmt
fn clone(&self) -> CreateForeignServerStmt
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 CreateForeignServerStmt
impl Debug for CreateForeignServerStmt
sourceimpl Default for CreateForeignServerStmt
impl Default for CreateForeignServerStmt
sourceimpl Display for CreateForeignServerStmt
impl Display for CreateForeignServerStmt
sourceimpl PgNode for CreateForeignServerStmt
impl PgNode for CreateForeignServerStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for CreateForeignServerStmt
Auto Trait Implementations
impl RefUnwindSafe for CreateForeignServerStmt
impl !Send for CreateForeignServerStmt
impl !Sync for CreateForeignServerStmt
impl Unpin for CreateForeignServerStmt
impl UnwindSafe for CreateForeignServerStmt
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