Structure
ScenarioName
public struct ScenarioName: Hashable, RawRepresentable, ExpressibleByStringLiteral, CustomStringConvertible, ExpressibleByStringInterpolation
Represents a unique name of the scenario.
Relationships
Conforms To
CustomStringConvertible
ExpressibleByStringInterpolation
ExpressibleByStringLiteral
Hashable
RawRepresentable
Initializers
init(rawValue:)
public init(rawValue: String)
Creates a new name 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 name with given raw string value.
Parameters
Name | Type | Description |
---|---|---|
rawValue | The raw string value. |
Properties
rawValue
public var rawValue: String
The raw string value.
description
public var description: String
A textual representation of this instance.