pub struct TableDefPreUpdateContext<'a, T: CommandTransaction> {
pub txn: &'a mut T,
pub pre: &'a TableDef,
}Expand description
Context for interceptors
Fields§
§txn: &'a mut T§pre: &'a TableDefImplementations§
Source§impl<'a, T: CommandTransaction> TableDefPreUpdateContext<'a, T>
impl<'a, T: CommandTransaction> TableDefPreUpdateContext<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for TableDefPreUpdateContext<'a, T>
impl<'a, T> RefUnwindSafe for TableDefPreUpdateContext<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for TableDefPreUpdateContext<'a, T>where
T: Send,
impl<'a, T> Sync for TableDefPreUpdateContext<'a, T>where
T: Sync,
impl<'a, T> Unpin for TableDefPreUpdateContext<'a, T>
impl<'a, T> !UnwindSafe for TableDefPreUpdateContext<'a, T>
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