StructureDistributed5.9.0
LocalTestingActorID
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
struct LocalTestingActorID
Citizens in Distributed
Conformances
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.
Members
init(from: Decoder
) throws init(id: String
) let id: String
func encode(to: Encoder
) throws init(parse: String
) var address: String