#[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
impl Copy for CreateConversionStmt
Auto Trait Implementations§
impl Freeze for CreateConversionStmt
impl RefUnwindSafe for CreateConversionStmt
impl !Send for CreateConversionStmt
impl !Sync for CreateConversionStmt
impl Unpin for CreateConversionStmt
impl UnwindSafe for CreateConversionStmt
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