pub struct ClosurePostCommitInterceptor<F>{ /* private fields */ }Implementations§
Source§impl<F> ClosurePostCommitInterceptor<F>
impl<F> ClosurePostCommitInterceptor<F>
Trait Implementations§
Source§impl<F> Clone for ClosurePostCommitInterceptor<F>
impl<F> Clone for ClosurePostCommitInterceptor<F>
Source§impl<T: CommandTransaction, F> PostCommitInterceptor<T> for ClosurePostCommitInterceptor<F>
impl<T: CommandTransaction, F> PostCommitInterceptor<T> for ClosurePostCommitInterceptor<F>
Source§impl<T, F> RegisterInterceptor<T> for ClosurePostCommitInterceptor<F>
impl<T, F> RegisterInterceptor<T> for ClosurePostCommitInterceptor<F>
fn register(self: Rc<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>where
F: Send,
impl<F> Sync for ClosurePostCommitInterceptor<F>where
F: Sync,
impl<F> Unpin for ClosurePostCommitInterceptor<F>where
F: Unpin,
impl<F> UnwindSafe for ClosurePostCommitInterceptor<F>where
F: UnwindSafe,
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
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)