Struct tarpc::rpc::server::Running [−][src]
A future that drives the server by spawning channels and request handlers on the default executor.
Trait Implementations
impl<St: Debug, Se: Debug> Debug for Running<St, Se>
[src][+]
impl<St, C, Se> Future for Running<St, Se> where
St: Sized + Stream<Item = C>,
C: Channel + Send + 'static,
C::Req: Send + 'static,
C::Resp: Send + 'static,
Se: Serve<C::Req, Resp = C::Resp> + Send + 'static + Clone,
Se::Fut: Send + 'static,
[src][+]
St: Sized + Stream<Item = C>,
C: Channel + Send + 'static,
C::Req: Send + 'static,
C::Resp: Send + 'static,
Se: Serve<C::Req, Resp = C::Resp> + Send + 'static + Clone,
Se::Fut: Send + 'static,
impl<'pin, St, Se> Unpin for Running<St, Se> where
__Running<'pin, St, Se>: Unpin,
[src]
__Running<'pin, St, Se>: Unpin,
Auto Trait Implementations
impl<St, Se> RefUnwindSafe for Running<St, Se> where
Se: RefUnwindSafe,
St: RefUnwindSafe,
Se: RefUnwindSafe,
St: RefUnwindSafe,
impl<St, Se> Send for Running<St, Se> where
Se: Send,
St: Send,
Se: Send,
St: Send,
impl<St, Se> Sync for Running<St, Se> where
Se: Sync,
St: Sync,
Se: Sync,
St: Sync,
impl<St, Se> UnwindSafe for Running<St, Se> where
Se: UnwindSafe,
St: UnwindSafe,
Se: UnwindSafe,
St: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> FutureExt for T where
T: Future + ?Sized,
[src][+]
T: Future + ?Sized,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<F> IntoFuture for F where
F: Future,
[src][+]
F: Future,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,