pub struct ScannedImportable {
pub name: ImportableName,
pub asset_type: SchemaRecord,
pub referenced_source_files: HashMap<PathReferenceHash, CanonicalPathReference>,
pub referenced_source_file_info: HashMap<CanonicalPathReference, ImporterId>,
}
Fields§
§name: ImportableName
§asset_type: SchemaRecord
§referenced_source_files: HashMap<PathReferenceHash, CanonicalPathReference>
§referenced_source_file_info: HashMap<CanonicalPathReference, ImporterId>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ScannedImportable
impl RefUnwindSafe for ScannedImportable
impl Send for ScannedImportable
impl Sync for ScannedImportable
impl Unpin for ScannedImportable
impl UnwindSafe for ScannedImportable
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