Struct botx_api_framework::handlers::internal_bot_notification::InternalBotNotificationDataProcessor
source · 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> 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