Enumerationswift-mongodb 0.29.3MongoBuiltins->Mongo
Pipeline
Mongo.LookupEncoder.swift:105@frozen enum Pipeline
@frozen enum Pipeline
import Mongo
A single-type module that declares the Mongo
namespace.
import MongoBuiltins
@frozen struct LookupEncoder
enum Mongo
case pipeline
init(_ output: consuming BSON.Output)
static var frame: BSON.DocumentFrame { get }
subscript(key: Field) -> Mongo.AnyKeyPath? { get set }
subscript(key: From) -> Mongo.Collection? { get set }
subscript<Encodable>(key: Pipeline) -> Encodable? where Encodable : Mongo.PipelineEncodable { get set }
subscript(key: Let, yield: (inout Mongo.LetEncoder) -> ()) -> Void { mutating get }
subscript(key: Pipeline, yield: (inout Mongo.PipelineEncoder) -> () = { _ in }) -> Void { mutating get }
consuming func move() -> BSON.Output
@frozen enum Field
@frozen enum From
@frozen enum Let
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)