Struct pgx_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: Exprop: SQLValueFunctionOptype_: Oidtypmod: int32location: c_intTrait Implementations
sourceimpl Clone for SQLValueFunction
impl Clone for SQLValueFunction
sourcefn clone(&self) -> SQLValueFunction
fn clone(&self) -> SQLValueFunction
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 SQLValueFunction
impl Debug for SQLValueFunction
sourceimpl Default for SQLValueFunction
impl Default for SQLValueFunction
sourceimpl Display for SQLValueFunction
impl Display for SQLValueFunction
sourceimpl PgNode for SQLValueFunction
impl PgNode for SQLValueFunction
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for SQLValueFunction
Auto Trait Implementations
impl RefUnwindSafe for SQLValueFunction
impl Send for SQLValueFunction
impl Sync for SQLValueFunction
impl Unpin for SQLValueFunction
impl UnwindSafe for SQLValueFunction
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