Struct rpgffi::CreateSeqStmt [] [src]

#[repr(C)]
pub struct CreateSeqStmt { pub type_: NodeTag, pub sequence: *mut RangeVar, pub options: *mut List, pub ownerId: Oid, pub if_not_exists: bool_, }

Fields

Trait Implementations

impl Copy for CreateSeqStmt
[src]

impl Clone for CreateSeqStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more