pub struct Index {
pub id: u8,
pub archive_refs: HashMap<u32, ArchiveRef>,
pub metadata: IndexMetadata,
}Expand description
A virtual file type for every .idx in the cache directory.
Fields
id: u8archive_refs: HashMap<u32, ArchiveRef>metadata: IndexMetadataImplementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Index
impl UnwindSafe for Index
Blanket Implementations
Mutably borrows from an owned value. Read more