Struct shadow_drive_cli::FileMetadata
source · pub struct FileMetadata {
pub timestamp: i64,
pub content_type: String,
pub last_modified: i64,
pub etag: String,
pub storage_account: String,
pub storage_owner: String,
}Fields§
§timestamp: i64§content_type: String§last_modified: i64§etag: String§storage_account: String§storage_owner: StringImplementations§
source§impl FileMetadata
impl FileMetadata
pub fn from_headers(h: &HeaderMap) -> Result<Self>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FileMetadata
impl Send for FileMetadata
impl Sync for FileMetadata
impl Unpin for FileMetadata
impl UnwindSafe for FileMetadata
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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