Static Propertyswift-mongodb 0.29.3MongoBuiltins->Mongo
frame
Mongo.FacetEncoder.swift:31static var frame: BSON.DocumentFrame { get }static var frame: BSON.DocumentFrame { get }s5MongoAAO0A8BuiltinsE12FacetEncoderV5frame7BSONABI4BSONO13DocumentFrameOvpZ What are these?6F5CXwhere CodingKey:RawRepresentable, CodingKey.RawValue == Stringimport MongoA single-type module that declares the Mongo namespace.
import MongoBuiltins@frozen struct FacetEncoder<CodingKey> where CodingKey : RawRepresentable, CodingKey.RawValue == Stringenum Mongo@frozen enum BSONThe namespace for all BSON types.
@frozen enum DocumentFrameSpecifies the interpretation of a length header attached to a document, or a list document.
protocol RawRepresentable<RawValue>A type that can be converted to and from an associated raw value.
@frozen struct StringA Unicode string value that is a collection of characters.
init(_ output: consuming BSON.Output) subscript<Pipeline>(key: CodingKey) -> Pipeline? where Pipeline : Mongo.PipelineEncodable { get set } subscript(key: CodingKey, yield: (inout Mongo.PipelineEncoder) -> () = { _ in }) -> Void { mutating get } consuming func move() -> BSON.Output