Instance Methodswift-protobuf 1.29.0SwiftProtobuf
isEqual(other:)
ExtensionFields.swift:329func isEqual(other: any AnyExtensionField) -> Bool
func isEqual(other: any AnyExtensionField) -> Bool
s13SwiftProtobuf26RepeatedEnumExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF
What are these?5NNV4
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct RepeatedEnumExtensionField<E> where E : Enum, E.RawValue == Int
Repeated Enum fields
@preconcurrency protocol AnyExtensionField : CustomDebugStringConvertible, Sendable
Core protocols implemented by generated extensions.
@frozen struct Bool
A value type whose instances are either true
or false
.
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: RepeatedEnumExtensionField, rhs: RepeatedEnumExtensionField) -> Bool
mutating func decodeExtensionField<D>(decoder: inout D) throws where D : Decoder
func hash(into hasher: inout Hasher)
func traverse<V>(visitor: inout V) throws where V : Visitor
typealias BaseType = E
typealias ValueType = [E]