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?6F5CX
where CodingKey:RawRepresentable, CodingKey.RawValue == String
import Mongo
A single-type module that declares the Mongo
namespace.
import MongoBuiltins
@frozen struct FacetEncoder<CodingKey> where CodingKey : RawRepresentable, CodingKey.RawValue == String
enum Mongo
@frozen enum BSON
The namespace for all BSON types.
@frozen enum DocumentFrame
Specifies 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 String
A 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