pub struct PackIndexFile {
pub archives: Vec<PackFileRef>,
pub files: BTreeMap<u32, FileRef>,
}Fields§
§archives: Vec<PackFileRef>§files: BTreeMap<u32, FileRef>Trait Implementations§
Source§impl TryFrom<&str> for PackIndexFile
impl TryFrom<&str> for PackIndexFile
Auto Trait Implementations§
impl Freeze for PackIndexFile
impl RefUnwindSafe for PackIndexFile
impl Send for PackIndexFile
impl Sync for PackIndexFile
impl Unpin for PackIndexFile
impl UnwindSafe for PackIndexFile
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