Struct pgx_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_: NodeTagsourcetype: *mut TypeNametargettype: *mut TypeNamefunc: *mut ObjectWithArgscontext: CoercionContextinout: boolTrait Implementations
sourceimpl Clone for CreateCastStmt
impl Clone for CreateCastStmt
sourcefn clone(&self) -> CreateCastStmt
fn clone(&self) -> CreateCastStmt
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 CreateCastStmt
impl Debug for CreateCastStmt
sourceimpl Default for CreateCastStmt
impl Default for CreateCastStmt
sourceimpl Display for CreateCastStmt
impl Display for CreateCastStmt
sourceimpl PgNode for CreateCastStmt
impl PgNode for CreateCastStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for CreateCastStmt
Auto Trait Implementations
impl RefUnwindSafe for CreateCastStmt
impl !Send for CreateCastStmt
impl !Sync for CreateCastStmt
impl Unpin for CreateCastStmt
impl UnwindSafe for CreateCastStmt
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