Struct pgrx_pg_sys::CreateConversionStmt
source · #[repr(C)]pub struct CreateConversionStmt {
pub type_: NodeTag,
pub conversion_name: *mut List,
pub for_encoding_name: *mut c_char,
pub to_encoding_name: *mut c_char,
pub func_name: *mut List,
pub def: bool,
}
Fields§
§type_: NodeTag
§conversion_name: *mut List
§for_encoding_name: *mut c_char
§to_encoding_name: *mut c_char
§func_name: *mut List
§def: bool
Trait Implementations§
source§impl Clone for CreateConversionStmt
impl Clone for CreateConversionStmt
source§fn clone(&self) -> CreateConversionStmt
fn clone(&self) -> CreateConversionStmt
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 CreateConversionStmt
impl Debug for CreateConversionStmt
source§impl Default for CreateConversionStmt
impl Default for CreateConversionStmt
source§impl Display for CreateConversionStmt
impl Display for CreateConversionStmt
source§impl PgNode for CreateConversionStmt
impl PgNode for CreateConversionStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more