Structure
ScenarioKind
public struct ScenarioKind: Hashable, RawRepresentable, ExpressibleByStringLiteral, CustomStringConvertible, ExpressibleByStringInterpolation
Represents a unique identifier of the set of scenarios.
Relationships
Conforms To
CustomStringConvertible
ExpressibleByStringInterpolation
ExpressibleByStringLiteral
Hashable
RawRepresentable
Initializers
init(rawValue:)
public init(rawValue: String)
Creates a new kind with given raw string value.
Parameters
Name | Type | Description |
---|---|---|
rawValue | String |
The raw string value. |
init(stringLiteral:)
public init(stringLiteral value: String)
Creates a new kind with given raw string value.
Parameters
Name | Type | Description |
---|---|---|
value | String |
The raw string value. |