TinkMoneyManagerUI Documentation Beta

Structure Identifier

public struct Identifier<Type>: Hashable, ExpressibleByStringLiteral
Identifier Identifier Hashable Hashable Identifier->Hashable ExpressibleByStringLiteral ExpressibleByStringLiteral Identifier->ExpressibleByStringLiteral

Conforms To

Codable
ExpressibleByStringLiteral
ExpressibleByStringLiteral
Hashable
Hashable

Initializers

init(_:​)

public init(_ value: String)

init(_:​)

public init(_ value: String)

init(string​Literal:​)

public init(stringLiteral value: String)

init(string​Literal:​)

public init(stringLiteral value: String)

init(from:​)

public init(from decoder: Decoder) throws

init(from:​)

public init(from decoder: Decoder) throws

Properties

value

let value: String

value

let value: String

Methods

encode(to:​)

public func encode(to encoder: Encoder) throws

encode(to:​)

public func encode(to encoder: Encoder) throws