pub struct FileRegistry<'a> {
pub files_arena: &'a Arena<Vec<u8>>,
pub map: HashMap<Arc<Path>, Result<MachineFile<'a>, WrapedError>>,
}Fields§
§files_arena: &'a Arena<Vec<u8>>§map: HashMap<Arc<Path>, Result<MachineFile<'a>, WrapedError>>Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FileRegistry<'a>
impl<'a> !RefUnwindSafe for FileRegistry<'a>
impl<'a> !Send for FileRegistry<'a>
impl<'a> !Sync for FileRegistry<'a>
impl<'a> Unpin for FileRegistry<'a>
impl<'a> !UnwindSafe for FileRegistry<'a>
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