Struct pgrx_pg_sys::XmlExpr
source · #[repr(C)]pub struct XmlExpr {
pub xpr: Expr,
pub op: Type,
pub name: *mut c_char,
pub named_args: *mut List,
pub arg_names: *mut List,
pub args: *mut List,
pub xmloption: Type,
pub type_: Oid,
pub typmod: int32,
pub location: c_int,
}
Fields§
§xpr: Expr
§op: Type
§name: *mut c_char
§named_args: *mut List
§arg_names: *mut List
§args: *mut List
§xmloption: Type
§type_: Oid
§typmod: int32
§location: c_int
Trait Implementations§
impl Copy for XmlExpr
Auto Trait Implementations§
impl Freeze for XmlExpr
impl RefUnwindSafe for XmlExpr
impl !Send for XmlExpr
impl !Sync for XmlExpr
impl Unpin for XmlExpr
impl UnwindSafe for XmlExpr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)