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