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