Struct hydrate_data::json_storage::MetaFile
source · pub struct MetaFile {
pub past_id_assignments: HashMap<ImportableName, AssetId>,
pub persisted_assets: HashSet<AssetId>,
}Fields§
§past_id_assignments: HashMap<ImportableName, AssetId>§persisted_assets: HashSet<AssetId>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