Instance Methodswift-protobuf 1.29.0SwiftProtobuf
hash(into:)
ExtensionFields.swift:87func hash(into hasher: inout Hasher)
func hash(into hasher: inout Hasher)
s13SwiftProtobuf22OptionalExtensionFieldV4hash4intoys6HasherVz_tF
What are these?2QHIA
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct OptionalExtensionField<T> where T : FieldType
Singular field
@frozen struct Hasher
The universal hash function used by Set
and Dictionary
.
init?<D>(protobufExtension: any AnyMessageExtension, decoder: inout D) throws where D : Decoder
init(protobufExtension: any AnyMessageExtension, value: ValueType)
var debugDescription: String { get }
var protobufExtension: any AnyMessageExtension
var value: ValueType
static func == (lhs: OptionalExtensionField, rhs: OptionalExtensionField) -> Bool
mutating func decodeExtensionField<D>(decoder: inout D) throws where D : Decoder
func isEqual(other: any AnyExtensionField) -> Bool
func traverse<V>(visitor: inout V) throws where V : Visitor
typealias BaseType = T.BaseType
typealias ValueType = BaseType