Struct pgx_pg_sys::CoerceToDomain
source · [−]#[repr(C)]pub struct CoerceToDomain {
pub xpr: Expr,
pub arg: *mut Expr,
pub resulttype: Oid,
pub resulttypmod: int32,
pub resultcollid: Oid,
pub coercionformat: CoercionForm,
pub location: c_int,
}Fields
xpr: Exprarg: *mut Exprresulttype: Oidresulttypmod: int32resultcollid: Oidcoercionformat: CoercionFormlocation: c_intTrait Implementations
sourceimpl Clone for CoerceToDomain
impl Clone for CoerceToDomain
sourcefn clone(&self) -> CoerceToDomain
fn clone(&self) -> CoerceToDomain
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 CoerceToDomain
impl Debug for CoerceToDomain
sourceimpl Default for CoerceToDomain
impl Default for CoerceToDomain
sourceimpl Display for CoerceToDomain
impl Display for CoerceToDomain
sourceimpl PgNode for CoerceToDomain
impl PgNode for CoerceToDomain
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for CoerceToDomain
Auto Trait Implementations
impl RefUnwindSafe for CoerceToDomain
impl !Send for CoerceToDomain
impl !Sync for CoerceToDomain
impl Unpin for CoerceToDomain
impl UnwindSafe for CoerceToDomain
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