pub struct LocalSignalService { /* private fields */ }Implementations§
Source§impl LocalSignalService
impl LocalSignalService
pub fn new(inner: GrpcLocalService) -> Self
Trait Implementations§
Source§impl Clone for LocalSignalService
impl Clone for LocalSignalService
Source§fn clone(&self) -> LocalSignalService
fn clone(&self) -> LocalSignalService
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl SignalService for LocalSignalService
impl SignalService for LocalSignalService
Source§type SubscribeSignalUpdatesStream = Pin<Box<dyn Stream<Item = Result<SignalUpdate, Status>> + Send>>
type SubscribeSignalUpdatesStream = Pin<Box<dyn Stream<Item = Result<SignalUpdate, Status>> + Send>>
Server streaming response type for the SubscribeSignalUpdates method.
fn compute_state_signals<'life0, 'async_trait>(
&'life0 self,
request: Request<ComputeStateSignalsRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<ComputeStateSignalsResponse>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_repo_signal_health<'life0, 'async_trait>(
&'life0 self,
request: Request<GetRepoSignalHealthRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<RepoSignalHealthReport>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn subscribe_signal_updates<'life0, 'async_trait>(
&'life0 self,
_request: Request<SubscribeSignalUpdatesRequest>,
) -> Pin<Box<dyn Future<Output = Result<Response<Self::SubscribeSignalUpdatesStream>, Status>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl Freeze for LocalSignalService
impl !RefUnwindSafe for LocalSignalService
impl Send for LocalSignalService
impl Sync for LocalSignalService
impl Unpin for LocalSignalService
impl UnsafeUnpin for LocalSignalService
impl !UnwindSafe for LocalSignalService
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request