pub struct TablePreDeleteContext<'a, T: CommandTransaction> {
pub txn: &'a mut T,
pub table: &'a TableDef,
pub id: RowNumber,
}Expand description
Context for interceptors
Fields§
§txn: &'a mut T§table: &'a TableDef§id: RowNumberImplementations§
Source§impl<'a, T: CommandTransaction> TablePreDeleteContext<'a, T>
impl<'a, T: CommandTransaction> TablePreDeleteContext<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for TablePreDeleteContext<'a, T>
impl<'a, T> RefUnwindSafe for TablePreDeleteContext<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for TablePreDeleteContext<'a, T>where
T: Send,
impl<'a, T> Sync for TablePreDeleteContext<'a, T>where
T: Sync,
impl<'a, T> Unpin for TablePreDeleteContext<'a, T>
impl<'a, T> !UnwindSafe for TablePreDeleteContext<'a, T>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more