use super::instance::Instance; struct Profile<'l> { name: String, version_id: String, java_runtime: Option, instance: &'l Instance }