Struct mcaptcha::api::v1::notifications::add::add_notification
source · [−]pub struct add_notification;
Expand description
route handler that adds a notification message
Trait Implementations
sourceimpl HttpServiceFactory for add_notification
impl HttpServiceFactory for add_notification
Auto Trait Implementations
impl RefUnwindSafe for add_notification
impl Send for add_notification
impl Sync for add_notification
impl Unpin for add_notification
impl UnwindSafe for add_notification
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more