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