LoginEntryWithMeta
public struct LoginEntryWithMeta
extension LoginEntryWithMeta: Equatable, Hashable
A login together with record fields, handed over to the store API; ie a login persisted elsewhere, useful for migrations
-
Declaration
Swift
public var entry: LoginEntry
-
Declaration
Swift
public var meta: LoginMeta
-
Declaration
Swift
public init(entry: LoginEntry, meta: LoginMeta)
-
Declaration
Swift
public static func == (lhs: LoginEntryWithMeta, rhs: LoginEntryWithMeta) -> Bool
-
Declaration
Swift
public func hash(into hasher: inout Hasher)