Struct pgrx_pg_sys::DefElem
source · #[repr(C)]pub struct DefElem {
pub type_: NodeTag,
pub defnamespace: *mut c_char,
pub defname: *mut c_char,
pub arg: *mut Node,
pub defaction: DefElemAction,
pub location: c_int,
}
Fields§
§type_: NodeTag
§defnamespace: *mut c_char
§defname: *mut c_char
§arg: *mut Node
§defaction: DefElemAction
§location: c_int
Trait Implementations§
impl Copy for DefElem
Auto Trait Implementations§
impl Freeze for DefElem
impl RefUnwindSafe for DefElem
impl !Send for DefElem
impl !Sync for DefElem
impl Unpin for DefElem
impl UnwindSafe for DefElem
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