pub struct ImportJobSourceFile {
pub source_file_path: PathBuf,
pub importer_id: ImporterId,
pub requested_importables: HashMap<ImportableName, RequestedImportable>,
pub import_type: ImportType,
}
Fields§
§source_file_path: PathBuf
§importer_id: ImporterId
§requested_importables: HashMap<ImportableName, RequestedImportable>
§import_type: ImportType
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImportJobSourceFile
impl RefUnwindSafe for ImportJobSourceFile
impl Send for ImportJobSourceFile
impl Sync for ImportJobSourceFile
impl Unpin for ImportJobSourceFile
impl UnwindSafe for ImportJobSourceFile
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