Struct pgrx_pg_sys::CreateCastStmt
source · #[repr(C)]pub struct CreateCastStmt {
pub type_: NodeTag,
pub sourcetype: *mut TypeName,
pub targettype: *mut TypeName,
pub func: *mut ObjectWithArgs,
pub context: CoercionContext,
pub inout: bool,
}
Fields§
§type_: NodeTag
§sourcetype: *mut TypeName
§targettype: *mut TypeName
§func: *mut ObjectWithArgs
§context: CoercionContext
§inout: bool
Trait Implementations§
source§impl Clone for CreateCastStmt
impl Clone for CreateCastStmt
source§fn clone(&self) -> CreateCastStmt
fn clone(&self) -> CreateCastStmt
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 CreateCastStmt
impl Debug for CreateCastStmt
source§impl Default for CreateCastStmt
impl Default for CreateCastStmt
source§impl Display for CreateCastStmt
impl Display for CreateCastStmt
source§impl PgNode for CreateCastStmt
impl PgNode for CreateCastStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for CreateCastStmt
Auto Trait Implementations§
impl Freeze for CreateCastStmt
impl RefUnwindSafe for CreateCastStmt
impl !Send for CreateCastStmt
impl !Sync for CreateCastStmt
impl Unpin for CreateCastStmt
impl UnwindSafe for CreateCastStmt
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