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