Enumerationswift-mongodb 0.29.3MongoBuiltins->Mongo
Histograms
Mongo.LatencyStatsDocument.Histograms.swift:4@frozen enum Histograms
@frozen enum Histograms
s5MongoAAO0A8BuiltinsE20LatencyStatsDocumentV10HistogramsO
What are these?6KWR
import Mongo
A single-type module that declares the Mongo
namespace.
import MongoBuiltins
@frozen struct LatencyStatsDocument
enum Mongo
case histograms
init(_ bson: BSON.Document)
var bson: BSON.Document
subscript(key: Histograms) -> Bool? { get set }
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)