Struct finchers_ext::Right [] [src]

pub struct Right<E1, E2> { /* fields omitted */ }

Trait Implementations

impl<E1: Debug, E2: Debug> Debug for Right<E1, E2>
[src]

[src]

Formats the value using the given formatter. Read more

impl<E1: Copy, E2: Copy> Copy for Right<E1, E2>
[src]

impl<E1: Clone, E2: Clone> Clone for Right<E1, E2>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<E1, E2> Endpoint for Right<E1, E2> where
    E1: Endpoint,
    E2: 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<E1, E2> Send for Right<E1, E2> where
    E1: Send,
    E2: Send

impl<E1, E2> Sync for Right<E1, E2> where
    E1: Sync,
    E2: Sync