Struct mcaptcha::api::v1::notifications::get::get_notification
source · [−]pub struct get_notification;
Expand description
route handler that gets all unread notifications
Trait Implementations
sourceimpl HttpServiceFactory for get_notification
impl HttpServiceFactory for get_notification
Auto Trait Implementations
impl RefUnwindSafe for get_notification
impl Send for get_notification
impl Sync for get_notification
impl Unpin for get_notification
impl UnwindSafe for get_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