pub struct ClosureTableDefPreUpdateInterceptor<T: CommandTransaction, F>{ /* private fields */ }Implementations§
Source§impl<T: CommandTransaction, F> ClosureTableDefPreUpdateInterceptor<T, F>
impl<T: CommandTransaction, F> ClosureTableDefPreUpdateInterceptor<T, F>
Trait Implementations§
Source§impl<T: CommandTransaction, F> Clone for ClosureTableDefPreUpdateInterceptor<T, F>
impl<T: CommandTransaction, F> Clone for ClosureTableDefPreUpdateInterceptor<T, F>
Source§impl<T, F> RegisterInterceptor<T> for ClosureTableDefPreUpdateInterceptor<T, F>where
T: CommandTransaction + 'static,
F: Fn(&mut TableDefPreUpdateContext<'_, T>) -> Result<()> + 'static,
impl<T, F> RegisterInterceptor<T> for ClosureTableDefPreUpdateInterceptor<T, F>where
T: CommandTransaction + 'static,
F: Fn(&mut TableDefPreUpdateContext<'_, T>) -> Result<()> + 'static,
fn register(self: Rc<Self>, interceptors: &mut Interceptors<T>)
Source§impl<T: CommandTransaction, F> TableDefPreUpdateInterceptor<T> for ClosureTableDefPreUpdateInterceptor<T, F>
impl<T: CommandTransaction, F> TableDefPreUpdateInterceptor<T> for ClosureTableDefPreUpdateInterceptor<T, F>
Auto Trait Implementations§
impl<T, F> Freeze for ClosureTableDefPreUpdateInterceptor<T, F>where
F: Freeze,
impl<T, F> RefUnwindSafe for ClosureTableDefPreUpdateInterceptor<T, F>where
F: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, F> Send for ClosureTableDefPreUpdateInterceptor<T, F>
impl<T, F> Sync for ClosureTableDefPreUpdateInterceptor<T, F>
impl<T, F> Unpin for ClosureTableDefPreUpdateInterceptor<T, F>
impl<T, F> UnwindSafe for ClosureTableDefPreUpdateInterceptor<T, F>where
F: UnwindSafe,
T: UnwindSafe,
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