Struct botx_api_framework::integration::actix::notification_result_handler::notification_callback
source · pub struct notification_callback;Trait Implementations§
source§impl HttpServiceFactory for notification_callback
impl HttpServiceFactory for notification_callback
fn register(self, __config: &mut AppService)
Auto Trait Implementations§
impl RefUnwindSafe for notification_callback
impl Send for notification_callback
impl Sync for notification_callback
impl Unpin for notification_callback
impl UnwindSafe for notification_callback
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