Struct hydrate_pipeline::ImportJobSourceFile
source · 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 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