Struct rpgffi::ViewStmt [] [src]

#[repr(C)]
pub struct ViewStmt { pub type_: NodeTag, pub view: *mut RangeVar, pub aliases: *mut List, pub query: *mut Node, pub replace: bool_, pub options: *mut List, pub withCheckOption: ViewCheckOption, }

Fields

Trait Implementations

impl Copy for ViewStmt
[src]

impl Clone for ViewStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more