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 Freeze for notification_callback
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