Struct pgx_pg_sys::CreateTransformStmt
source · [−]#[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_: NodeTagreplace: booltype_name: *mut TypeNamelang: *mut c_charfromsql: *mut ObjectWithArgstosql: *mut ObjectWithArgsTrait Implementations
sourceimpl Clone for CreateTransformStmt
impl Clone for CreateTransformStmt
sourcefn clone(&self) -> CreateTransformStmt
fn clone(&self) -> CreateTransformStmt
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 CreateTransformStmt
impl Debug for CreateTransformStmt
sourceimpl Default for CreateTransformStmt
impl Default for CreateTransformStmt
sourceimpl Display for CreateTransformStmt
impl Display for CreateTransformStmt
sourceimpl PgNode for CreateTransformStmt
impl PgNode for CreateTransformStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for CreateTransformStmt
Auto Trait Implementations
impl RefUnwindSafe for CreateTransformStmt
impl !Send for CreateTransformStmt
impl !Sync for CreateTransformStmt
impl Unpin for CreateTransformStmt
impl UnwindSafe for CreateTransformStmt
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