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