Struct rocket_file_cache::cached_file::RespondableFile
[−]
[src]
pub struct RespondableFile(_);
Trait Implementations
impl Debug for RespondableFile
[src]
impl PartialEq for RespondableFile
[src]
fn eq(&self, other: &RespondableFile) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.
impl From<CachedFile> for RespondableFile
[src]
fn from(cached_file: CachedFile) -> Self
[src]
Performs the conversion.