Struct finchers::endpoint::header::Header [] [src]

pub struct Header<H, E>(_);

Trait Implementations

impl<H: Debug, E: Debug> Debug for Header<H, E>
[src]

[src]

Formats the value using the given formatter.

impl<H, E> Clone for Header<H, E>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<H, E> Copy for Header<H, E>
[src]

impl<H: Header + Clone, E> Endpoint for Header<H, E>
[src]

The type of resolved value, created by this endpoint

The type of future created by this endpoint

[src]

Apply the incoming HTTP request, and return the future of its response

[src]

Combine itself and the other endpoint, and create a combinator which returns a pair of its Items. Read more

[src]

Combine itself and two other endpoints, and create a combinator which returns a tuple of its Items. Read more

[src]

Combine itself and three other endpoints, and create a combinator which returns a tuple of its Items. Read more

[src]

Combine itself and four other endpoints, and create a combinator which returns a tuple of its Items. Read more

[src]

Combine itself and the other endpoint, and create a combinator which returns E::Item.

[src]

Combine itself and the other endpoint, and create a combinator which returns Self::Item.

[src]

Create an endpoint which attempts to apply self. If self failes, then revert the context and retry applying e. Read more

[src]

Combine itself and a function to change the return value to another type.

[src]

Combine itself and a function to change the error value to another type.

[src]

[src]

[src]

[src]

[src]

[src]