#[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