Struct finchers_ext::Inspect [] [src]

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

Trait Implementations

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

impl<E: Clone, F: Clone> Clone for Inspect<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 Inspect<E, F>
[src]

[src]

Formats the value using the given formatter. Read more

impl<E, F> Endpoint for Inspect<E, F> where
    E: Endpoint,
    F: FnOnce(&E::Output) + 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 Inspect<E, F> where
    E: Send,
    F: Send

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