FfiReply
public struct FfiReply
extension FfiReply: Equatable, Hashable
Undocumented
-
Undocumented
Declaration
Swift
public var reference: String -
Undocumented
Declaration
Swift
public var referenceInboxId: String? -
Undocumented
Declaration
Swift
public var content: FfiEncodedContent -
Undocumented
Declaration
Swift
public init(reference: String, referenceInboxId: String?, content: FfiEncodedContent) -
Declaration
Swift
public static func == (lhs: FfiReply, rhs: FfiReply) -> Bool -
Declaration
Swift
public func hash(into hasher: inout Hasher)
FfiReply Structure Reference