Enumerationswift-mongodb 0.29.3MongoBuiltins->Mongo
StorageStats
Mongo.CollectionStatsDocument.StorageStats.swift:4@frozen enum StorageStats
@frozen enum StorageStats
s5MongoAAO0A8BuiltinsE23CollectionStatsDocumentV07StorageD0O
What are these?58CBJ
import Mongo
A single-type module that declares the Mongo
namespace.
import MongoBuiltins
@frozen struct CollectionStatsDocument
enum Mongo
case storageStats
init(_ bson: BSON.Document)
var bson: BSON.Document
subscript(key: Keyword) -> Mongo.EmptyDocument? { get set }
subscript(key: LatencyStats) -> Mongo.LatencyStatsDocument? { get set }
subscript(key: StorageStats) -> Mongo.StorageStatsDocument? { get set }
@frozen enum Keyword
@frozen enum LatencyStats
protocol BitwiseCopyable
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
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
init?(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)