#[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: Oid§tgrelid: Oid§tgparentid: Oid§tgname: NameData§tgfoid: Oid§tgtype: int16§tgenabled: c_char§tgisinternal: bool§tgconstrrelid: Oid§tgconstrindid: Oid§tgconstraint: Oid§tgdeferrable: bool§tginitdeferred: bool§tgnargs: int16§tgattr: int2vectorTrait Implementations§
Source§impl Debug for FormData_pg_trigger
impl Debug for FormData_pg_trigger
Auto Trait Implementations§
impl Freeze for FormData_pg_trigger
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§
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