pub struct MetaFile {
pub past_id_assignments: HashMap<ImportableName, AssetId, RandomState>,
pub persisted_assets: HashSet<AssetId, RandomState>,
}
Fields§
§past_id_assignments: HashMap<ImportableName, AssetId, RandomState>
§persisted_assets: HashSet<AssetId, RandomState>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetaFile
impl RefUnwindSafe for MetaFile
impl Send for MetaFile
impl Sync for MetaFile
impl Unpin for MetaFile
impl UnwindSafe for MetaFile
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