Structure
ScenarioId
public struct ScenarioId: CaseIterable, Hashable, Identifiable, RawRepresentable, Codable
Relationships
Conforms To
CaseIterable
Codable
Hashable
Identifiable
RawRepresentable
Initializers
init?(rawValue:)
public init?(rawValue: String)
Properties
scenarioType
var scenarioType: Scenario.Type
rawValue
var rawValue: String
Methods
hash(into:)
public func hash(into hasher: inout Hasher)