Struct finchers_ext::Map [] [src]

pub struct Map<E, F> { /* fields omitted */ }

Trait Implementations

impl<E: Copy, F: Copy> Copy for Map<E, F>
[src]

impl<E: Clone, F: Clone> Clone for Map<E, F>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<E: Debug, F: Debug> Debug for Map<E, F>
[src]

[src]

Formats the value using the given formatter. Read more

impl<E, F, T> Endpoint for Map<E, F> where
    E: Endpoint,
    F: FnOnce(E::Output) -> T + Clone + Send + Sync
[src]

The inner type associated with this endpoint.

The type of value which will be returned from apply.

[src]

Perform checking the incoming HTTP request and returns an instance of the associated task if matched. Read more

[src]

Create an asyncrhonous computation from a request.

Auto Trait Implementations

impl<E, F> Send for Map<E, F> where
    E: Send,
    F: Send

impl<E, F> Sync for Map<E, F> where
    E: Sync,
    F: Sync