#[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: Type,
pub table_list: *mut List,
pub options: *mut List,
}
Fields§
§type_: NodeTag
§server_name: *mut c_char
§remote_schema: *mut c_char
§local_schema: *mut c_char
§list_type: Type
§table_list: *mut List
§options: *mut List
Trait Implementations§
Source§impl Clone for ImportForeignSchemaStmt
impl Clone for ImportForeignSchemaStmt
Source§fn clone(&self) -> ImportForeignSchemaStmt
fn clone(&self) -> ImportForeignSchemaStmt
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 ImportForeignSchemaStmt
impl Debug for ImportForeignSchemaStmt
Source§impl Default for ImportForeignSchemaStmt
impl Default for ImportForeignSchemaStmt
Source§impl Display for ImportForeignSchemaStmt
impl Display for ImportForeignSchemaStmt
Source§impl PgNode for ImportForeignSchemaStmt
impl PgNode for ImportForeignSchemaStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for ImportForeignSchemaStmt
Auto Trait Implementations§
impl Freeze for ImportForeignSchemaStmt
impl RefUnwindSafe for ImportForeignSchemaStmt
impl !Send for ImportForeignSchemaStmt
impl !Sync for ImportForeignSchemaStmt
impl Unpin for ImportForeignSchemaStmt
impl UnwindSafe for ImportForeignSchemaStmt
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