---
title: LocalTestingActorID
framework: distributed
role: symbol
role_heading: Structure
path: distributed/localtestingactorid
---

# LocalTestingActorID

## Declaration

```swift
struct LocalTestingActorID
```

## Topics

### Initializers

- [init(id:)](distributed/localtestingactorid/init(id:).md)
- [init(parse:)](distributed/localtestingactorid/init(parse:).md)

### Instance Properties

- [address](distributed/localtestingactorid/address.md)
- [id](distributed/localtestingactorid/id.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Local Testing

- [LocalTestingDistributedActorSystem](distributed/localtestingdistributedactorsystem.md)
- [LocalTestingActorAddress](distributed/localtestingactoraddress.md)
- [LocalTestingInvocationEncoder](distributed/localtestinginvocationencoder.md)
- [LocalTestingInvocationDecoder](distributed/localtestinginvocationdecoder.md)
- [LocalTestingInvocationResultHandler](distributed/localtestinginvocationresulthandler.md)
