Enumerationswift-mongodb 0.27.0MongoDriver->Mongo
CodingKey
Mongo.ReplicaSetConfiguration.Member.swift:37@frozen enum CodingKey
Cases
Other members in extension
Type members
init(bson: BSON.DocumentDecoder<CodingKey>
) throws init(id: Int64, host: Mongo.Host, replica: Replica?
)
Instance members
let host: Mongo.Host
let id: Int64
let replica: Replica?
Information about this member if it is a replica, nil if (and only if) it is an arbiter.
func encode(to: inout BSON.DocumentEncoder<CodingKey>
)
Citizens in MongoDriver
Conformances
protocol BitwiseCopyable
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
protocol Sendable
Type members
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.