VarioqubTestID
public struct VarioqubTestID : RawRepresentable, ExpressibleByIntegerLiteral, Equatable, Hashable, CustomStringConvertible
The VarioqubTestID struct that represents the test ID.
-
The raw value of the test ID.
Declaration
Swift
public var rawValue: Int64
-
Initializes the class with a value provided by the
rawValue
parameter.Declaration
Swift
public init(rawValue: Int64)
Parameters
rawValue
The test ID.
-
Initializes the class with a value provided by the value parameter.
Declaration
Swift
public init(integerLiteral value: Int64)
Parameters
value
The test ID.
-
Declaration
Swift
public static func == (lhs: `Self`, rhs: `Self`) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)
-
Declaration
Swift
public var description: String { get }