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