Struct pgx_pg_sys::FormData_pg_trigger
source · [−]#[repr(C)]pub struct FormData_pg_trigger {Show 15 fields
pub oid: Oid,
pub tgrelid: Oid,
pub tgparentid: Oid,
pub tgname: NameData,
pub tgfoid: Oid,
pub tgtype: int16,
pub tgenabled: c_char,
pub tgisinternal: bool,
pub tgconstrrelid: Oid,
pub tgconstrindid: Oid,
pub tgconstraint: Oid,
pub tgdeferrable: bool,
pub tginitdeferred: bool,
pub tgnargs: int16,
pub tgattr: int2vector,
}Fields
oid: Oidtgrelid: Oidtgparentid: Oidtgname: NameDatatgfoid: Oidtgtype: int16tgenabled: c_chartgisinternal: booltgconstrrelid: Oidtgconstrindid: Oidtgconstraint: Oidtgdeferrable: booltginitdeferred: booltgnargs: int16tgattr: int2vectorTrait Implementations
sourceimpl Debug for FormData_pg_trigger
impl Debug for FormData_pg_trigger
Auto Trait Implementations
impl RefUnwindSafe for FormData_pg_trigger
impl Send for FormData_pg_trigger
impl Sync for FormData_pg_trigger
impl Unpin for FormData_pg_trigger
impl UnwindSafe for FormData_pg_trigger
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