Struct routerify::RequestServiceBuilder[][src]

pub struct RequestServiceBuilder<B, E> { /* fields omitted */ }

Implementations

impl<B: HttpBody + Send + Sync + 'static, E: Into<Box<dyn Error + Send + Sync>> + 'static> RequestServiceBuilder<B, E>[src]

pub fn new(router: Router<B, E>) -> Result<Self>[src]

pub fn build(&mut self, remote_addr: SocketAddr) -> RequestService<B, E>[src]

Trait Implementations

impl<B: Debug, E: Debug> Debug for RequestServiceBuilder<B, E>[src]

Auto Trait Implementations

impl<B, E> !RefUnwindSafe for RequestServiceBuilder<B, E>

impl<B, E> Send for RequestServiceBuilder<B, E>

impl<B, E> Sync for RequestServiceBuilder<B, E>

impl<B, E> Unpin for RequestServiceBuilder<B, E>

impl<B, E> !UnwindSafe for RequestServiceBuilder<B, E>

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> WithSubscriber for T[src]