Struct mcaptcha::api::v1::notifications::get::get_notification
source · pub struct get_notification;
Expand description
route handler that gets all unread notifications
Trait Implementations§
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§
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