pub struct MarkAllNotificationsAsRead;
Trait Implementations§
Source§impl Field for MarkAllNotificationsAsRead
impl Field for MarkAllNotificationsAsRead
Auto Trait Implementations§
impl Freeze for MarkAllNotificationsAsRead
impl RefUnwindSafe for MarkAllNotificationsAsRead
impl Send for MarkAllNotificationsAsRead
impl Sync for MarkAllNotificationsAsRead
impl Unpin for MarkAllNotificationsAsRead
impl UnwindSafe for MarkAllNotificationsAsRead
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