Struct rpgffi::AlterSeqStmt [] [src]

#[repr(C)]
pub struct AlterSeqStmt { pub type_: NodeTag, pub sequence: *mut RangeVar, pub options: *mut List, pub missing_ok: bool_, }

Fields

Trait Implementations

impl Copy for AlterSeqStmt
[src]

impl Clone for AlterSeqStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more