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