Struct pgx_pg_sys::ImportForeignSchemaStmt
source · [−]#[repr(C)]pub struct ImportForeignSchemaStmt {
pub type_: NodeTag,
pub server_name: *mut c_char,
pub remote_schema: *mut c_char,
pub local_schema: *mut c_char,
pub list_type: ImportForeignSchemaType,
pub table_list: *mut List,
pub options: *mut List,
}Fields
type_: NodeTagserver_name: *mut c_charremote_schema: *mut c_charlocal_schema: *mut c_charlist_type: ImportForeignSchemaTypetable_list: *mut Listoptions: *mut ListTrait Implementations
sourceimpl Clone for ImportForeignSchemaStmt
impl Clone for ImportForeignSchemaStmt
sourcefn clone(&self) -> ImportForeignSchemaStmt
fn clone(&self) -> ImportForeignSchemaStmt
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 ImportForeignSchemaStmt
impl Debug for ImportForeignSchemaStmt
sourceimpl Default for ImportForeignSchemaStmt
impl Default for ImportForeignSchemaStmt
sourceimpl Display for ImportForeignSchemaStmt
impl Display for ImportForeignSchemaStmt
sourceimpl PgNode for ImportForeignSchemaStmt
impl PgNode for ImportForeignSchemaStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for ImportForeignSchemaStmt
Auto Trait Implementations
impl RefUnwindSafe for ImportForeignSchemaStmt
impl !Send for ImportForeignSchemaStmt
impl !Sync for ImportForeignSchemaStmt
impl Unpin for ImportForeignSchemaStmt
impl UnwindSafe for ImportForeignSchemaStmt
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