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