Struct finchers_ext::Lift [] [src]

pub struct Lift<E> { /* fields omitted */ }

Trait Implementations

impl<E: Copy> Copy for Lift<E>
[src]

impl<E: Clone> Clone for Lift<E>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<E: Debug> Debug for Lift<E>
[src]

[src]

Formats the value using the given formatter. Read more

impl<E> Endpoint for Lift<E> where
    E: Endpoint
[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> Send for Lift<E> where
    E: Send

impl<E> Sync for Lift<E> where
    E: Sync