Struct ntex_service::dev::ApplyService
source · pub struct ApplyService<S> { /* private fields */ }Implementations§
source§impl<S> ApplyService<S>
impl<S> ApplyService<S>
sourcepub fn call<R>(&self, req: R) -> ServiceCall<'_, S, R> ⓘwhere
S: Service<R>,
pub fn call<R>(&self, req: R) -> ServiceCall<'_, S, R> ⓘwhere S: Service<R>,
Check readiness and call enclosed service.
Auto Trait Implementations§
impl<S> !RefUnwindSafe for ApplyService<S>
impl<S> !Send for ApplyService<S>
impl<S> !Sync for ApplyService<S>
impl<S> Unpin for ApplyService<S>
impl<S> !UnwindSafe for ApplyService<S>
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