FfiConversationDebugInfo
public struct FfiConversationDebugInfo
extension FfiConversationDebugInfo: Equatable, Hashable
Undocumented
-
Undocumented
Declaration
Swift
public var epoch: UInt64
-
Undocumented
Declaration
Swift
public var maybeForked: Bool
-
Undocumented
Declaration
Swift
public var forkDetails: String
-
Undocumented
Declaration
Swift
public var isCommitLogForked: Bool?
-
Undocumented
Declaration
Swift
public var localCommitLog: String
-
Undocumented
Declaration
Swift
public var remoteCommitLog: String
-
Undocumented
Declaration
Swift
public var cursor: Int64
-
Undocumented
Declaration
Swift
public init(epoch: UInt64, maybeForked: Bool, forkDetails: String, isCommitLogForked: Bool?, localCommitLog: String, remoteCommitLog: String, cursor: Int64)
-
Declaration
Swift
public static func == (lhs: FfiConversationDebugInfo, rhs: FfiConversationDebugInfo) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)