pub struct NotificationServiceMarkNotificationsRead;Trait Implementations§
Source§impl Rpc for NotificationServiceMarkNotificationsRead
impl Rpc for NotificationServiceMarkNotificationsRead
const METHOD: &'static MethodDescriptor
type Request = MarkNotificationsReadRequest
type Response = MutationResponse
impl UnaryRpc for NotificationServiceMarkNotificationsRead
Auto Trait Implementations§
impl Freeze for NotificationServiceMarkNotificationsRead
impl RefUnwindSafe for NotificationServiceMarkNotificationsRead
impl Send for NotificationServiceMarkNotificationsRead
impl Sync for NotificationServiceMarkNotificationsRead
impl Unpin for NotificationServiceMarkNotificationsRead
impl UnsafeUnpin for NotificationServiceMarkNotificationsRead
impl UnwindSafe for NotificationServiceMarkNotificationsRead
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