Struct reproto_core::RpEndpointHttp1 [] [src]

pub struct RpEndpointHttp1<F: 'static> where
    F: Flavor
{ pub request: Option<F::Type>, pub response: Option<F::Type>, pub path: RpPathSpec<F>, pub method: RpHttpMethod, }

A model that describes the endpoint as an HTTP/1.1 endpoint.

Fields

Methods

impl<F: 'static> RpEndpointHttp1<F> where
    F: Clone + Flavor
[src]

[src]

Convert the general HTTP information into HTTP/1.1 if applicable.

Trait Implementations

impl<F: Debug + 'static> Debug for RpEndpointHttp1<F> where
    F: Flavor,
    F::Type: Debug,
    F::Type: Debug
[src]

[src]

Formats the value using the given formatter. Read more

impl<F: Clone + 'static> Clone for RpEndpointHttp1<F> where
    F: Flavor,
    F::Type: Clone,
    F::Type: Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<F> !Send for RpEndpointHttp1<F>

impl<F> !Sync for RpEndpointHttp1<F>