Struct actix_web::httpcodes::StaticResponse [] [src]

pub struct StaticResponse(_);

Methods

impl StaticResponse
[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for StaticResponse
[src]

impl Clone for StaticResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for StaticResponse
[src]

[src]

Formats the value using the given formatter.

impl<S> Handler<S> for StaticResponse
[src]

The type of value that handler will return.

[src]

Handle request

impl Responder for StaticResponse
[src]

The associated item which can be returned.

The associated error which can be returned.

[src]

Convert itself to Reply or Error.