Struct rpgffi::WithClause [] [src]

#[repr(C)]
pub struct WithClause { pub type_: NodeTag, pub ctes: *mut List, pub recursive: bool_, pub location: c_int, }

Fields

Trait Implementations

impl Copy for WithClause
[src]

impl Clone for WithClause
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more