pub struct HttpStoreFileMetadata { /* private fields */ }
Expand description
Metadata for an HTTP file, containing size and last modification time.
Trait Implementations§
Source§impl Clone for HttpStoreFileMetadata
impl Clone for HttpStoreFileMetadata
Source§fn clone(&self) -> HttpStoreFileMetadata
fn clone(&self) -> HttpStoreFileMetadata
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for HttpStoreFileMetadata
impl Debug for HttpStoreFileMetadata
Source§impl From<HttpStoreFileMetadata> for AnyStoreFileMetadata
impl From<HttpStoreFileMetadata> for AnyStoreFileMetadata
Source§fn from(value: HttpStoreFileMetadata) -> Self
fn from(value: HttpStoreFileMetadata) -> Self
Converts to this type from the input type.
Source§impl StoreMetadata for HttpStoreFileMetadata
impl StoreMetadata for HttpStoreFileMetadata
Source§fn content_type(&self) -> Option<&str>
fn content_type(&self) -> Option<&str>
Returns the content type of the file
Auto Trait Implementations§
impl Freeze for HttpStoreFileMetadata
impl RefUnwindSafe for HttpStoreFileMetadata
impl Send for HttpStoreFileMetadata
impl Sync for HttpStoreFileMetadata
impl Unpin for HttpStoreFileMetadata
impl UnwindSafe for HttpStoreFileMetadata
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more