Struct pgx_pg_sys::XmlExpr
source · [−]#[repr(C)]pub struct XmlExpr {
pub xpr: Expr,
pub op: XmlExprOp,
pub name: *mut c_char,
pub named_args: *mut List,
pub arg_names: *mut List,
pub args: *mut List,
pub xmloption: XmlOptionType,
pub type_: Oid,
pub typmod: int32,
pub location: c_int,
}Fields
xpr: Exprop: XmlExprOpname: *mut c_charnamed_args: *mut Listarg_names: *mut Listargs: *mut Listxmloption: XmlOptionTypetype_: Oidtypmod: int32location: c_intTrait Implementations
impl Copy for XmlExpr
Auto Trait Implementations
impl RefUnwindSafe for XmlExpr
impl !Send for XmlExpr
impl !Sync for XmlExpr
impl Unpin for XmlExpr
impl UnwindSafe for XmlExpr
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