Struct pgrx_pg_sys::TransitionCaptureState
source · #[repr(C)]pub struct TransitionCaptureState {
pub tcs_delete_old_table: bool,
pub tcs_update_old_table: bool,
pub tcs_update_new_table: bool,
pub tcs_insert_new_table: bool,
pub tcs_original_insert_tuple: *mut TupleTableSlot,
pub tcs_private: *mut AfterTriggersTableData,
}
Fields§
§tcs_delete_old_table: bool
§tcs_update_old_table: bool
§tcs_update_new_table: bool
§tcs_insert_new_table: bool
§tcs_original_insert_tuple: *mut TupleTableSlot
§tcs_private: *mut AfterTriggersTableData
Trait Implementations§
source§impl Clone for TransitionCaptureState
impl Clone for TransitionCaptureState
source§fn clone(&self) -> TransitionCaptureState
fn clone(&self) -> TransitionCaptureState
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TransitionCaptureState
impl Debug for TransitionCaptureState
source§impl Default for TransitionCaptureState
impl Default for TransitionCaptureState
impl Copy for TransitionCaptureState
Auto Trait Implementations§
impl Freeze for TransitionCaptureState
impl RefUnwindSafe for TransitionCaptureState
impl !Send for TransitionCaptureState
impl !Sync for TransitionCaptureState
impl Unpin for TransitionCaptureState
impl UnwindSafe for TransitionCaptureState
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