Instance Methodswift-protobuf 1.29.0SwiftProtobuf
isEqual(other:)
ExtensionFields.swift:586func isEqual(other: any AnyExtensionField) -> Bool
func isEqual(other: any AnyExtensionField) -> Bool
s13SwiftProtobuf27OptionalGroupExtensionFieldV7isEqual5otherSbAA03AnyeF0_p_tF
What are these?1QMR8
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct OptionalGroupExtensionField<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: G
static func == (lhs: OptionalGroupExtensionField, rhs: OptionalGroupExtensionField) -> 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