Struct finchers_session::in_memory::InMemoryBackend[][src]

pub struct InMemoryBackend { /* fields omitted */ }

Trait Implementations

impl Debug for InMemoryBackend
[src]

Formats the value using the given formatter. Read more

impl Clone for InMemoryBackend
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for InMemoryBackend
[src]

Returns the "default value" for a type. Read more

impl<'a> Endpoint<'a> for InMemoryBackend
[src]

The inner type associated with this endpoint.

The type of value which will be returned from apply.

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

Add an annotation that the associated type Output is fixed to T.

Converts self using the provided Wrapper.

Auto Trait Implementations