pub struct InternalBotNotificationDataProcessor<THandler: IInternalBotNotificationHandler + 'static> { /* private fields */ }
Expand description
Десериализует данные и если удалось возвращает не типизированную ссылку на данные
Trait Implementations§
Source§impl<THandler: IInternalBotNotificationHandler + 'static> Constructor for InternalBotNotificationDataProcessor<THandler>
impl<THandler: IInternalBotNotificationHandler + 'static> Constructor for InternalBotNotificationDataProcessor<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: IInternalBotNotificationHandler + 'static> IInternalBotNotificationDataProcessor for InternalBotNotificationDataProcessor<THandler>
impl<THandler: IInternalBotNotificationHandler + 'static> IInternalBotNotificationDataProcessor for InternalBotNotificationDataProcessor<THandler>
Auto Trait Implementations§
impl<THandler> Freeze for InternalBotNotificationDataProcessor<THandler>
impl<THandler> RefUnwindSafe for InternalBotNotificationDataProcessor<THandler>where
THandler: RefUnwindSafe,
impl<THandler> Send for InternalBotNotificationDataProcessor<THandler>
impl<THandler> Sync for InternalBotNotificationDataProcessor<THandler>
impl<THandler> Unpin for InternalBotNotificationDataProcessor<THandler>where
THandler: Unpin,
impl<THandler> UnwindSafe for InternalBotNotificationDataProcessor<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