pub struct SmartappEventDataProcessor<THandler: ISmartappEventHandler + 'static> { /* private fields */ }Expand description
Десериализует данные и если удалось возвращает не типизированную ссылку на данные
Trait Implementations§
source§impl<THandler: ISmartappEventHandler + 'static> Constructor for SmartappEventDataProcessor<THandler>
impl<THandler: ISmartappEventHandler + 'static> Constructor for SmartappEventDataProcessor<THandler>
fn ctor<'async_trait>( __arg0: DependencyContext ) -> Pin<Box<dyn Future<Output = BuildDependencyResult<Self>> + Send + Sync + 'async_trait>>where Self: 'async_trait,
source§impl<THandler: ISmartappEventHandler + 'static> ISmartappEventDataProcessor for SmartappEventDataProcessor<THandler>
impl<THandler: ISmartappEventHandler + 'static> ISmartappEventDataProcessor for SmartappEventDataProcessor<THandler>
Auto Trait Implementations§
impl<THandler> RefUnwindSafe for SmartappEventDataProcessor<THandler>where THandler: RefUnwindSafe,
impl<THandler> Send for SmartappEventDataProcessor<THandler>
impl<THandler> Sync for SmartappEventDataProcessor<THandler>
impl<THandler> Unpin for SmartappEventDataProcessor<THandler>where THandler: Unpin,
impl<THandler> UnwindSafe for SmartappEventDataProcessor<THandler>where THandler: 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