Struct pgrx_pg_sys::WithCheckOption
source · #[repr(C)]pub struct WithCheckOption {
pub type_: NodeTag,
pub kind: WCOKind,
pub relname: *mut c_char,
pub polname: *mut c_char,
pub qual: *mut Node,
pub cascaded: bool,
}
Fields§
§type_: NodeTag
§kind: WCOKind
§relname: *mut c_char
§polname: *mut c_char
§qual: *mut Node
§cascaded: bool
Trait Implementations§
source§impl Clone for WithCheckOption
impl Clone for WithCheckOption
source§fn clone(&self) -> WithCheckOption
fn clone(&self) -> WithCheckOption
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 WithCheckOption
impl Debug for WithCheckOption
source§impl Default for WithCheckOption
impl Default for WithCheckOption
source§impl Display for WithCheckOption
impl Display for WithCheckOption
source§impl PgNode for WithCheckOption
impl PgNode for WithCheckOption
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more