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