Structuresliemeobn.elementary 0.3.3Elementary
ReferrerPolicy
HtmlAttributes.swift:464struct ReferrerPolicy
Other members in extension
View members
Hide members
This section is hidden by default because it contains too many (9) members.
Types
Citizens in Elementary
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.
Type members
static var noReferrer: `Self`
static var noReferrerWhenDowngrade: `Self`
static var origin: `Self`
static var originWhenCrossOrigin: `Self`
static var sameOrigin: `Self`
static var strictOrigin: `Self`
static var strictOriginWhenCrossOrigin: `Self`
static var unsafeUrl: `Self`
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.