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