Structureswift 6.0.1FoundationEssentials
FoundationAttributes
- iOS
- 15+
- macOS
- 12+
- tvOS
- 15+
- watchOS
- 8+
struct FoundationAttributes
struct FoundationAttributes
s20FoundationEssentials15AttributeScopesO0A10AttributesV
What are these?81VW1
import FoundationEssentials
@frozen enum AttributeScopes
var foundation: AttributeScopes.FoundationAttributes.Type { get }
protocol AttributeScope : DecodingConfigurationProviding, EncodingConfigurationProviding
protocol DecodingConfigurationProviding
protocol EncodingConfigurationProviding
let alternateDescription: AttributeScopes.FoundationAttributes.AlternateDescriptionAttribute
let byteCount: AttributeScopes.FoundationAttributes.ByteCountAttribute
let dateField: AttributeScopes.FoundationAttributes.DateFieldAttribute
let durationField: AttributeScopes.FoundationAttributes.DurationFieldAttribute
let imageURL: AttributeScopes.FoundationAttributes.ImageURLAttribute
let languageIdentifier: AttributeScopes.FoundationAttributes.LanguageIdentifierAttribute
let link: AttributeScopes.FoundationAttributes.LinkAttribute
let measurement: AttributeScopes.FoundationAttributes.MeasurementAttribute
let numberFormat: AttributeScopes.FoundationAttributes.NumberFormatAttributes
let personNameComponent: AttributeScopes.FoundationAttributes.PersonNameComponentAttribute
let replacementIndex: AttributeScopes.FoundationAttributes.ReplacementIndexAttribute
@frozen enum AlternateDescriptionAttribute
@frozen enum ByteCountAttribute
@frozen enum DateFieldAttribute
@frozen enum DurationFieldAttribute
@frozen enum ImageURLAttribute
@frozen enum LanguageIdentifierAttribute
@frozen enum LinkAttribute
struct MeasurementAttribute
struct NumberFormatAttributes
@frozen enum PersonNameComponentAttribute
@frozen enum ReplacementIndexAttribute
static var decodingConfiguration: AttributeScopeCodableConfiguration { get }
static var encodingConfiguration: AttributeScopeCodableConfiguration { get }