pub struct NoopStoreFileMetadata;
Expand description
Metadata associated with a file in the store store.
Should never be built.
Trait Implementations§
Source§impl Clone for NoopStoreFileMetadata
impl Clone for NoopStoreFileMetadata
Source§fn clone(&self) -> NoopStoreFileMetadata
fn clone(&self) -> NoopStoreFileMetadata
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 NoopStoreFileMetadata
impl Debug for NoopStoreFileMetadata
Source§impl From<NoopStoreFileMetadata> for AnyStoreFileMetadata
impl From<NoopStoreFileMetadata> for AnyStoreFileMetadata
Source§fn from(value: NoopStoreFileMetadata) -> Self
fn from(value: NoopStoreFileMetadata) -> Self
Converts to this type from the input type.
Source§impl StoreMetadata for NoopStoreFileMetadata
impl StoreMetadata for NoopStoreFileMetadata
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 NoopStoreFileMetadata
impl RefUnwindSafe for NoopStoreFileMetadata
impl Send for NoopStoreFileMetadata
impl Sync for NoopStoreFileMetadata
impl Unpin for NoopStoreFileMetadata
impl UnwindSafe for NoopStoreFileMetadata
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