RecordedEvent
public struct RecordedEvent
extension RecordedEvent: Sendable
extension RecordedEvent: Equatable, Hashable
Undocumented
-
Undocumented
Declaration
Swift
public var timestamp: UInt64 -
Undocumented
Declaration
Swift
public var category: String -
Undocumented
Declaration
Swift
public var name: String -
Undocumented
Declaration
Swift
public var extra: [String : String]? -
Undocumented
Declaration
Swift
public init(timestamp: UInt64, category: String, name: String, extra: [String : String]?) -
Declaration
Swift
public static func == (lhs: RecordedEvent, rhs: RecordedEvent) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher)
View on GitHub