Struct indicator::async_operator::tower::ServiceOp
source · pub struct ServiceOp<S> { /* private fields */ }
Expand description
A wrapper converting a Service
into an AsyncOperator
.
Trait Implementations§
source§impl<S, I, O> AsyncOperator<I> for ServiceOp<S>where
S: Service<I, Response = O>,
impl<S, I, O> AsyncOperator<I> for ServiceOp<S>where S: Service<I, Response = O>,
impl<S: Copy> Copy for ServiceOp<S>
Auto Trait Implementations§
impl<S> RefUnwindSafe for ServiceOp<S>where S: RefUnwindSafe,
impl<S> Send for ServiceOp<S>where S: Send,
impl<S> Sync for ServiceOp<S>where S: Sync,
impl<S> Unpin for ServiceOp<S>where S: Unpin,
impl<S> UnwindSafe for ServiceOp<S>where S: UnwindSafe,
Blanket Implementations§
source§impl<I, P> AsyncOperatorExt<I> for Pwhere
P: AsyncOperator<I>,
impl<I, P> AsyncOperatorExt<I> for Pwhere P: AsyncOperator<I>,
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