Struct pgx_pg_sys::Var
source · [−]#[repr(C)]pub struct Var {
pub xpr: Expr,
pub varno: Index,
pub varattno: AttrNumber,
pub vartype: Oid,
pub vartypmod: int32,
pub varcollid: Oid,
pub varlevelsup: Index,
pub varnosyn: Index,
pub varattnosyn: AttrNumber,
pub location: c_int,
}Fields
xpr: Exprvarno: Indexvarattno: AttrNumbervartype: Oidvartypmod: int32varcollid: Oidvarlevelsup: Indexvarnosyn: Indexvarattnosyn: AttrNumberlocation: c_intTrait Implementations
impl Copy for Var
Auto Trait Implementations
impl RefUnwindSafe for Var
impl Send for Var
impl Sync for Var
impl Unpin for Var
impl UnwindSafe for Var
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