Struct rocket_file_cache::cached_file::RespondableFile [] [src]

pub struct RespondableFile(_);

Trait Implementations

impl Debug for RespondableFile
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for RespondableFile
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl From<CachedFile> for RespondableFile
[src]

[src]

Performs the conversion.

impl From<NamedFile> for RespondableFile
[src]

[src]

Performs the conversion.

impl Responder<'static> for RespondableFile
[src]

[src]

Returns Ok if a Response could be generated successfully. Otherwise, returns an Err with a failing Status. Read more