Structure
User.Access
public struct Access: OptionSet, Hashable, Codable
An enum
representing an access status.
Relationships
Member Of
User
A
struct
representing aUser
.
Conforms To
Codable
Hashable
OptionSet
Initializers
init(rawValue:)
public init(rawValue: Int)
Init.
Parameters
Name | Type | Description |
---|---|---|
rawValue | Int |
A valid |