[][src]Trait ntex::web::dev::WebServiceFactory

pub trait WebServiceFactory<Err: ErrorRenderer> {
    fn register(self, config: &mut WebServiceConfig<Err>);
}

Required methods

fn register(self, config: &mut WebServiceConfig<Err>)

Loading content...

Implementations on Foreign Types

impl<Err, T> WebServiceFactory<Err> for Vec<T> where
    Err: ErrorRenderer,
    T: WebServiceFactory<Err> + 'static, 
[src]

WebServiceFactory implementation for a Vec

impl<Err, T> WebServiceFactory<Err> for [T; 1] where
    Err: ErrorRenderer,
    T: WebServiceFactory<Err> + 'static, 
[src]

WebServiceFactory implementation for an array

impl<Err, T> WebServiceFactory<Err> for [T; 2] where
    Err: ErrorRenderer,
    T: WebServiceFactory<Err> + 'static, 
[src]

WebServiceFactory implementation for an array

impl<Err, T> WebServiceFactory<Err> for [T; 3] where
    Err: ErrorRenderer,
    T: WebServiceFactory<Err> + 'static, 
[src]

WebServiceFactory implementation for an array

impl<Err, T> WebServiceFactory<Err> for [T; 4] where
    Err: ErrorRenderer,
    T: WebServiceFactory<Err> + 'static, 
[src]

WebServiceFactory implementation for an array

impl<Err, T> WebServiceFactory<Err> for [T; 5] where
    Err: ErrorRenderer,
    T: WebServiceFactory<Err> + 'static, 
[src]

WebServiceFactory implementation for an array

impl<Err, T> WebServiceFactory<Err> for [T; 6] where
    Err: ErrorRenderer,
    T: WebServiceFactory<Err> + 'static, 
[src]

WebServiceFactory implementation for an array

impl<Err, T> WebServiceFactory<Err> for [T; 7] where
    Err: ErrorRenderer,
    T: WebServiceFactory<Err> + 'static, 
[src]

WebServiceFactory implementation for an array

impl<Err, T> WebServiceFactory<Err> for [T; 8] where
    Err: ErrorRenderer,
    T: WebServiceFactory<Err> + 'static, 
[src]

WebServiceFactory implementation for an array

impl<Err, T> WebServiceFactory<Err> for [T; 9] where
    Err: ErrorRenderer,
    T: WebServiceFactory<Err> + 'static, 
[src]

WebServiceFactory implementation for an array

impl<Err, T> WebServiceFactory<Err> for [T; 10] where
    Err: ErrorRenderer,
    T: WebServiceFactory<Err> + 'static, 
[src]

WebServiceFactory implementation for an array

impl<Err, T> WebServiceFactory<Err> for [T; 11] where
    Err: ErrorRenderer,
    T: WebServiceFactory<Err> + 'static, 
[src]

WebServiceFactory implementation for an array

impl<Err, T> WebServiceFactory<Err> for [T; 12] where
    Err: ErrorRenderer,
    T: WebServiceFactory<Err> + 'static, 
[src]

WebServiceFactory implementation for an array

impl<Err, T> WebServiceFactory<Err> for [T; 13] where
    Err: ErrorRenderer,
    T: WebServiceFactory<Err> + 'static, 
[src]

WebServiceFactory implementation for an array

impl<Err, T> WebServiceFactory<Err> for [T; 14] where
    Err: ErrorRenderer,
    T: WebServiceFactory<Err> + 'static, 
[src]

WebServiceFactory implementation for an array

impl<Err, T> WebServiceFactory<Err> for [T; 15] where
    Err: ErrorRenderer,
    T: WebServiceFactory<Err> + 'static, 
[src]

WebServiceFactory implementation for an array

impl<Err, T> WebServiceFactory<Err> for [T; 16] where
    Err: ErrorRenderer,
    T: WebServiceFactory<Err> + 'static, 
[src]

WebServiceFactory implementation for an array

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A,)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static, D: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C, D)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static, D: WebServiceFactory<Err> + 'static, E: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C, D, E)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static, D: WebServiceFactory<Err> + 'static, E: WebServiceFactory<Err> + 'static, F: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C, D, E, F)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static, D: WebServiceFactory<Err> + 'static, E: WebServiceFactory<Err> + 'static, F: WebServiceFactory<Err> + 'static, G: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C, D, E, F, G)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static, D: WebServiceFactory<Err> + 'static, E: WebServiceFactory<Err> + 'static, F: WebServiceFactory<Err> + 'static, G: WebServiceFactory<Err> + 'static, H: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C, D, E, F, G, H)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static, D: WebServiceFactory<Err> + 'static, E: WebServiceFactory<Err> + 'static, F: WebServiceFactory<Err> + 'static, G: WebServiceFactory<Err> + 'static, H: WebServiceFactory<Err> + 'static, I: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C, D, E, F, G, H, I)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static, D: WebServiceFactory<Err> + 'static, E: WebServiceFactory<Err> + 'static, F: WebServiceFactory<Err> + 'static, G: WebServiceFactory<Err> + 'static, H: WebServiceFactory<Err> + 'static, I: WebServiceFactory<Err> + 'static, J: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C, D, E, F, G, H, I, J)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static, D: WebServiceFactory<Err> + 'static, E: WebServiceFactory<Err> + 'static, F: WebServiceFactory<Err> + 'static, G: WebServiceFactory<Err> + 'static, H: WebServiceFactory<Err> + 'static, I: WebServiceFactory<Err> + 'static, J: WebServiceFactory<Err> + 'static, K: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C, D, E, F, G, H, I, J, K)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static, D: WebServiceFactory<Err> + 'static, E: WebServiceFactory<Err> + 'static, F: WebServiceFactory<Err> + 'static, G: WebServiceFactory<Err> + 'static, H: WebServiceFactory<Err> + 'static, I: WebServiceFactory<Err> + 'static, J: WebServiceFactory<Err> + 'static, K: WebServiceFactory<Err> + 'static, L: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C, D, E, F, G, H, I, J, K, L)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static, D: WebServiceFactory<Err> + 'static, E: WebServiceFactory<Err> + 'static, F: WebServiceFactory<Err> + 'static, G: WebServiceFactory<Err> + 'static, H: WebServiceFactory<Err> + 'static, I: WebServiceFactory<Err> + 'static, J: WebServiceFactory<Err> + 'static, K: WebServiceFactory<Err> + 'static, L: WebServiceFactory<Err> + 'static, M: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C, D, E, F, G, H, I, J, K, L, M)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static, D: WebServiceFactory<Err> + 'static, E: WebServiceFactory<Err> + 'static, F: WebServiceFactory<Err> + 'static, G: WebServiceFactory<Err> + 'static, H: WebServiceFactory<Err> + 'static, I: WebServiceFactory<Err> + 'static, J: WebServiceFactory<Err> + 'static, K: WebServiceFactory<Err> + 'static, L: WebServiceFactory<Err> + 'static, M: WebServiceFactory<Err> + 'static, N: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static, D: WebServiceFactory<Err> + 'static, E: WebServiceFactory<Err> + 'static, F: WebServiceFactory<Err> + 'static, G: WebServiceFactory<Err> + 'static, H: WebServiceFactory<Err> + 'static, I: WebServiceFactory<Err> + 'static, J: WebServiceFactory<Err> + 'static, K: WebServiceFactory<Err> + 'static, L: WebServiceFactory<Err> + 'static, M: WebServiceFactory<Err> + 'static, N: WebServiceFactory<Err> + 'static, O: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static, D: WebServiceFactory<Err> + 'static, E: WebServiceFactory<Err> + 'static, F: WebServiceFactory<Err> + 'static, G: WebServiceFactory<Err> + 'static, H: WebServiceFactory<Err> + 'static, I: WebServiceFactory<Err> + 'static, J: WebServiceFactory<Err> + 'static, K: WebServiceFactory<Err> + 'static, L: WebServiceFactory<Err> + 'static, M: WebServiceFactory<Err> + 'static, N: WebServiceFactory<Err> + 'static, O: WebServiceFactory<Err> + 'static, P: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static, D: WebServiceFactory<Err> + 'static, E: WebServiceFactory<Err> + 'static, F: WebServiceFactory<Err> + 'static, G: WebServiceFactory<Err> + 'static, H: WebServiceFactory<Err> + 'static, I: WebServiceFactory<Err> + 'static, J: WebServiceFactory<Err> + 'static, K: WebServiceFactory<Err> + 'static, L: WebServiceFactory<Err> + 'static, M: WebServiceFactory<Err> + 'static, N: WebServiceFactory<Err> + 'static, O: WebServiceFactory<Err> + 'static, P: WebServiceFactory<Err> + 'static, Q: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static, D: WebServiceFactory<Err> + 'static, E: WebServiceFactory<Err> + 'static, F: WebServiceFactory<Err> + 'static, G: WebServiceFactory<Err> + 'static, H: WebServiceFactory<Err> + 'static, I: WebServiceFactory<Err> + 'static, J: WebServiceFactory<Err> + 'static, K: WebServiceFactory<Err> + 'static, L: WebServiceFactory<Err> + 'static, M: WebServiceFactory<Err> + 'static, N: WebServiceFactory<Err> + 'static, O: WebServiceFactory<Err> + 'static, P: WebServiceFactory<Err> + 'static, Q: WebServiceFactory<Err> + 'static, R: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static, D: WebServiceFactory<Err> + 'static, E: WebServiceFactory<Err> + 'static, F: WebServiceFactory<Err> + 'static, G: WebServiceFactory<Err> + 'static, H: WebServiceFactory<Err> + 'static, I: WebServiceFactory<Err> + 'static, J: WebServiceFactory<Err> + 'static, K: WebServiceFactory<Err> + 'static, L: WebServiceFactory<Err> + 'static, M: WebServiceFactory<Err> + 'static, N: WebServiceFactory<Err> + 'static, O: WebServiceFactory<Err> + 'static, P: WebServiceFactory<Err> + 'static, Q: WebServiceFactory<Err> + 'static, R: WebServiceFactory<Err> + 'static, S: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static, D: WebServiceFactory<Err> + 'static, E: WebServiceFactory<Err> + 'static, F: WebServiceFactory<Err> + 'static, G: WebServiceFactory<Err> + 'static, H: WebServiceFactory<Err> + 'static, I: WebServiceFactory<Err> + 'static, J: WebServiceFactory<Err> + 'static, K: WebServiceFactory<Err> + 'static, L: WebServiceFactory<Err> + 'static, M: WebServiceFactory<Err> + 'static, N: WebServiceFactory<Err> + 'static, O: WebServiceFactory<Err> + 'static, P: WebServiceFactory<Err> + 'static, Q: WebServiceFactory<Err> + 'static, R: WebServiceFactory<Err> + 'static, S: WebServiceFactory<Err> + 'static, T: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static, D: WebServiceFactory<Err> + 'static, E: WebServiceFactory<Err> + 'static, F: WebServiceFactory<Err> + 'static, G: WebServiceFactory<Err> + 'static, H: WebServiceFactory<Err> + 'static, I: WebServiceFactory<Err> + 'static, J: WebServiceFactory<Err> + 'static, K: WebServiceFactory<Err> + 'static, L: WebServiceFactory<Err> + 'static, M: WebServiceFactory<Err> + 'static, N: WebServiceFactory<Err> + 'static, O: WebServiceFactory<Err> + 'static, P: WebServiceFactory<Err> + 'static, Q: WebServiceFactory<Err> + 'static, R: WebServiceFactory<Err> + 'static, S: WebServiceFactory<Err> + 'static, T: WebServiceFactory<Err> + 'static, V: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, V)[src]

WebServiceFactory implementation for a tuple

impl<Err: ErrorRenderer, A: WebServiceFactory<Err> + 'static, B: WebServiceFactory<Err> + 'static, C: WebServiceFactory<Err> + 'static, D: WebServiceFactory<Err> + 'static, E: WebServiceFactory<Err> + 'static, F: WebServiceFactory<Err> + 'static, G: WebServiceFactory<Err> + 'static, H: WebServiceFactory<Err> + 'static, I: WebServiceFactory<Err> + 'static, J: WebServiceFactory<Err> + 'static, K: WebServiceFactory<Err> + 'static, L: WebServiceFactory<Err> + 'static, M: WebServiceFactory<Err> + 'static, N: WebServiceFactory<Err> + 'static, O: WebServiceFactory<Err> + 'static, P: WebServiceFactory<Err> + 'static, Q: WebServiceFactory<Err> + 'static, R: WebServiceFactory<Err> + 'static, S: WebServiceFactory<Err> + 'static, T: WebServiceFactory<Err> + 'static, V: WebServiceFactory<Err> + 'static, X: WebServiceFactory<Err> + 'static> WebServiceFactory<Err> for (A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, V, X)[src]

WebServiceFactory implementation for a tuple

Loading content...

Implementors

impl<Err, T> WebServiceFactory<Err> for Resource<Err, T> where
    T: ServiceFactory<Config = (), Request = WebRequest<Err>, Response = WebResponse, Error = Err::Container, InitError = ()> + 'static,
    Err: ErrorRenderer
[src]

impl<Err, T> WebServiceFactory<Err> for Scope<Err, T> where
    T: ServiceFactory<Config = (), Request = WebRequest<Err>, Response = WebResponse, Error = Err::Container, InitError = ()> + 'static,
    Err: ErrorRenderer
[src]

Loading content...