pub struct TableRowInsertion {
pub table_id: TableId,
pub row_number: RowNumber,
pub encoded: EncodedValues,
}Expand description
Tracks a table row insertion for post-commit event emission
Fields§
§table_id: TableId§row_number: RowNumber§encoded: EncodedValuesTrait Implementations§
Source§impl Clone for TableRowInsertion
impl Clone for TableRowInsertion
Source§fn clone(&self) -> TableRowInsertion
fn clone(&self) -> TableRowInsertion
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for TableRowInsertion
impl RefUnwindSafe for TableRowInsertion
impl Send for TableRowInsertion
impl Sync for TableRowInsertion
impl Unpin for TableRowInsertion
impl UnwindSafe for TableRowInsertion
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