Struct finchers_ext::Just [] [src]

pub struct Just<T> { /* fields omitted */ }

Trait Implementations

impl<T: Debug> Debug for Just<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T: Clone> Clone for Just<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Copy> Copy for Just<T>
[src]

impl<T> Endpoint for Just<T> where
    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<T> Send for Just<T> where
    T: Send

impl<T> Sync for Just<T> where
    T: Sync