Enumerationswift-mongodb 0.29.3MongoBuiltins->Mongo
Keyword
Mongo.CollectionStatsDocument.Keyword.swift:4@frozen enum Keyword@frozen enum Keywords5MongoAAO0A8BuiltinsE23CollectionStatsDocumentV7KeywordO What are these?14W0Uimport MongoA single-type module that declares the Mongo namespace.
import MongoBuiltins@frozen struct CollectionStatsDocumentenum Mongocase countcase queryExecutionStatsinit(_ bson: BSON.Document) var bson: BSON.Documentsubscript(key: Keyword) -> Mongo.EmptyDocument? { get set } subscript(key: LatencyStats) -> Mongo.LatencyStatsDocument? { get set } subscript(key: StorageStats) -> Mongo.StorageStatsDocument? { get set } @frozen enum LatencyStats@frozen enum StorageStatsprotocol 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)