Struct pgx_pg_sys::CurrentOfExpr
source · [−]#[repr(C)]pub struct CurrentOfExpr {
pub xpr: Expr,
pub cvarno: Index,
pub cursor_name: *mut c_char,
pub cursor_param: c_int,
}Fields
xpr: Exprcvarno: Indexcursor_name: *mut c_charcursor_param: c_intTrait Implementations
sourceimpl Clone for CurrentOfExpr
impl Clone for CurrentOfExpr
sourcefn clone(&self) -> CurrentOfExpr
fn clone(&self) -> CurrentOfExpr
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 CurrentOfExpr
impl Debug for CurrentOfExpr
sourceimpl Default for CurrentOfExpr
impl Default for CurrentOfExpr
sourceimpl Display for CurrentOfExpr
impl Display for CurrentOfExpr
sourceimpl PgNode for CurrentOfExpr
impl PgNode for CurrentOfExpr
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for CurrentOfExpr
Auto Trait Implementations
impl RefUnwindSafe for CurrentOfExpr
impl !Send for CurrentOfExpr
impl !Sync for CurrentOfExpr
impl Unpin for CurrentOfExpr
impl UnwindSafe for CurrentOfExpr
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