Struct mcaptcha::api::v1::notifications::add::add_notification
source · pub struct add_notification;
Expand description
route handler that adds a notification message
Trait Implementations§
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§
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