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