Structure
Identifier
public struct Identifier<Type>: Hashable, ExpressibleByStringLiteral
Relationships
Inheritance graph for Identifier.
Conforms To
Codable
ExpressibleByStringLiteral
ExpressibleByStringLiteral
Hashable
Hashable
Initializers
init(_:)
public init(_ value: String)
init(_:)
public init(_ value: String)
init(stringLiteral:)
public init(stringLiteral value: String)
init(stringLiteral:)
public init(stringLiteral value: String)
init(from:)
public init(from decoder: Decoder) throws
init(from:)
public init(from decoder: Decoder) throws
Methods
encode(to:)
public func encode(to encoder: Encoder) throws
encode(to:)
public func encode(to encoder: Encoder) throws