pub struct mark_read;
Expand description
route handler that marks a notification read
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for mark_read
impl Send for mark_read
impl Sync for mark_read
impl Unpin for mark_read
impl UnwindSafe for mark_read
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