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