Struct rpgffi::AlterForeignServerStmt [] [src]

#[repr(C)]
pub struct AlterForeignServerStmt { pub type_: NodeTag, pub servername: *mut c_char, pub version: *mut c_char, pub options: *mut List, pub has_version: bool_, }

Fields

Trait Implementations

impl Copy for AlterForeignServerStmt
[src]

impl Clone for AlterForeignServerStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more