Instance Methodswift-protobuf 1.29.0SwiftProtobuf
isEqual(other:)
ExtensionFields.swift:653func isEqual(other: any AnyExtensionField) -> Bool
func isEqual(other: any AnyExtensionField) -> Bool
s13SwiftProtobuf27RepeatedGroupExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF
What are these?1TRBX
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct RepeatedGroupExtensionField<G> where G : Hashable, G : Message
@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 isInitialized: Bool { get }
var protobufExtension: any AnyMessageExtension
var value: ValueType
static func == (lhs: RepeatedGroupExtensionField, rhs: RepeatedGroupExtensionField) -> 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 = G
typealias ValueType = [BaseType]