Struct rpgffi::CreateSchemaStmt [] [src]

#[repr(C)]
pub struct CreateSchemaStmt { pub type_: NodeTag, pub schemaname: *mut c_char, pub authrole: *mut Node, pub schemaElts: *mut List, pub if_not_exists: bool_, }

Fields

Trait Implementations

impl Copy for CreateSchemaStmt
[src]

impl Clone for CreateSchemaStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more