#[repr(C)]pub struct CreateTransformStmt {
pub type_: NodeTag,
pub replace: bool,
pub type_name: *mut TypeName,
pub lang: *mut c_char,
pub fromsql: *mut ObjectWithArgs,
pub tosql: *mut ObjectWithArgs,
}
Fields§
§type_: NodeTag
§replace: bool
§type_name: *mut TypeName
§lang: *mut c_char
§fromsql: *mut ObjectWithArgs
§tosql: *mut ObjectWithArgs
Trait Implementations§
Source§impl Clone for CreateTransformStmt
impl Clone for CreateTransformStmt
Source§fn clone(&self) -> CreateTransformStmt
fn clone(&self) -> CreateTransformStmt
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 CreateTransformStmt
impl Debug for CreateTransformStmt
Source§impl Default for CreateTransformStmt
impl Default for CreateTransformStmt
Source§impl Display for CreateTransformStmt
impl Display for CreateTransformStmt
Source§impl PgNode for CreateTransformStmt
impl PgNode for CreateTransformStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for CreateTransformStmt
Auto Trait Implementations§
impl Freeze for CreateTransformStmt
impl RefUnwindSafe for CreateTransformStmt
impl !Send for CreateTransformStmt
impl !Sync for CreateTransformStmt
impl Unpin for CreateTransformStmt
impl UnwindSafe for CreateTransformStmt
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