pub struct FileMetaPair {
pub raw: FileMeta,
pub compressed: FileMeta,
}Expand description
Metadata for a file, raw and compressed
Fields§
§raw: FileMetaThe raw metadata
compressed: FileMetaThe compressed metadata
Implementations§
Trait Implementations§
Source§impl Clone for FileMetaPair
impl Clone for FileMetaPair
Source§fn clone(&self) -> FileMetaPair
fn clone(&self) -> FileMetaPair
Returns a duplicate 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 FileMetaPair
impl Debug for FileMetaPair
Source§impl Display for FileMetaPair
impl Display for FileMetaPair
Source§impl PartialEq for FileMetaPair
impl PartialEq for FileMetaPair
impl Copy for FileMetaPair
impl Eq for FileMetaPair
impl StructuralPartialEq for FileMetaPair
Auto Trait Implementations§
impl Freeze for FileMetaPair
impl RefUnwindSafe for FileMetaPair
impl Send for FileMetaPair
impl Sync for FileMetaPair
impl Unpin for FileMetaPair
impl UnwindSafe for FileMetaPair
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