Enumerationswift-mongodb 0.29.3MongoBuiltins->Mongo
Flag
Mongo.ChangeStreamEncoder.swift:36@frozen enum Flag@frozen enum Flagimport MongoA single-type module that declares the Mongo namespace.
import MongoBuiltins@frozen struct ChangeStreamEncoderenum Mongocase allChangesForClustercase showExpandedEventsinit(_ output: consuming BSON.Output) static var frame: BSON.DocumentFrame { get }subscript(key: StartAtOperationTime) -> BSON.Timestamp? { get set } subscript(key: FullDocumentBeforeChange) -> FullDocumentBeforeChange.Option? { get set } subscript(key: FullDocument) -> FullDocument.Option? { get set } subscript(key: ResumeToken) -> Mongo.ChangeEventIdentifier? { get set } subscript(key: Flag) -> Bool? { get set } consuming func move() -> BSON.Output @frozen enum FullDocument@frozen enum FullDocumentBeforeChange@frozen enum ResumeToken@frozen enum StartAtOperationTimeprotocol BitwiseCopyableprotocol EquatableA type that can be compared for value equality.
protocol Hashable : EquatableA 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 Sendableinit?(rawValue: String) var hashValue: Int { get }static func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)