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