Struct rpgffi::ImportForeignSchemaStmt [] [src]

#[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

Trait Implementations

impl Copy for ImportForeignSchemaStmt
[src]

impl Clone for ImportForeignSchemaStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more