Struct rpgffi::CreateForeignServerStmt [] [src]

#[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 options: *mut List, }

Fields

Trait Implementations

impl Copy for CreateForeignServerStmt
[src]

impl Clone for CreateForeignServerStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more