Struct rpgffi::AlterTSDictionaryStmt [] [src]

#[repr(C)]
pub struct AlterTSDictionaryStmt { pub type_: NodeTag, pub dictname: *mut List, pub options: *mut List, }

Fields

Trait Implementations

impl Copy for AlterTSDictionaryStmt
[src]

impl Clone for AlterTSDictionaryStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more