Struct pgrx_pg_sys::SQLValueFunction
source · #[repr(C)]pub struct SQLValueFunction {
pub xpr: Expr,
pub op: SQLValueFunctionOp,
pub type_: Oid,
pub typmod: int32,
pub location: c_int,
}
Fields§
§xpr: Expr
§op: SQLValueFunctionOp
§type_: Oid
§typmod: int32
§location: c_int
Trait Implementations§
source§impl Clone for SQLValueFunction
impl Clone for SQLValueFunction
source§fn clone(&self) -> SQLValueFunction
fn clone(&self) -> SQLValueFunction
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 SQLValueFunction
impl Debug for SQLValueFunction
source§impl Default for SQLValueFunction
impl Default for SQLValueFunction
source§impl Display for SQLValueFunction
impl Display for SQLValueFunction
source§impl PgNode for SQLValueFunction
impl PgNode for SQLValueFunction
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for SQLValueFunction
Auto Trait Implementations§
impl Freeze for SQLValueFunction
impl RefUnwindSafe for SQLValueFunction
impl Send for SQLValueFunction
impl Sync for SQLValueFunction
impl Unpin for SQLValueFunction
impl UnwindSafe for SQLValueFunction
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