#[repr(C)]pub struct WithClause {
pub type_: NodeTag,
pub ctes: *mut List,
pub recursive: bool,
pub location: c_int,
}
Fields§
§type_: NodeTag
§ctes: *mut List
§recursive: bool
§location: c_int
Trait Implementations§
Source§impl Clone for WithClause
impl Clone for WithClause
Source§fn clone(&self) -> WithClause
fn clone(&self) -> WithClause
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WithClause
impl Debug for WithClause
Source§impl Default for WithClause
impl Default for WithClause
Source§impl Display for WithClause
impl Display for WithClause
Source§impl PgNode for WithClause
impl PgNode for WithClause
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for WithClause
Auto Trait Implementations§
impl Freeze for WithClause
impl RefUnwindSafe for WithClause
impl !Send for WithClause
impl !Sync for WithClause
impl Unpin for WithClause
impl UnwindSafe for WithClause
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more