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