pub struct IncludeFsInner {
pub file_index: HashMap<String, FsEntry>,
pub archive_bytes: Vec<u8>,
}Fields§
§file_index: HashMap<String, FsEntry>§archive_bytes: Vec<u8>Implementations§
Auto Trait Implementations§
impl Freeze for IncludeFsInner
impl RefUnwindSafe for IncludeFsInner
impl Send for IncludeFsInner
impl Sync for IncludeFsInner
impl Unpin for IncludeFsInner
impl UnwindSafe for IncludeFsInner
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