Enumeration Cases
Initializers
init(from:)
Inherited fromDecodable.init(from:).
init(from:)
Instance Properties
Instance Methods
encode(to:)
Inherited fromEncodable.encode(to:).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Swift Enumeration
enum Owner
| Case | Description |
|---|---|
email(_:) | - |
phoneNumber(_:) | - |
twitter(_:) | - |
userId(_:) | - |
x(_:) | - |
Decodable.init(from:).
init(from decoder: any Decoder) throws
init(from locator: String) throws
| Property | Type | Description |
|---|---|---|
description | String | Inherited from CustomStringConvertible.description. |
Encodable.encode(to:).
func encode(to encoder: any Encoder) throws
Was this page helpful?
