Enumerationswift-mongodb 0.27.0MongoQL->Mongo
Fields
Mongo.FindAndModify.swift:117@frozen enum Fields
Cases
Other members in extension
View members
Hide members
This section is hidden by default because it contains too many (21) members.
Types
Typealiases
Type members
init(Mongo.Collection, writeConcern: Mongo.WriteConcern?, returning: Effect.Phase
) init(Mongo.Collection, writeConcern: Mongo.WriteConcern?, returning: Effect.Phase, with: (inout `Self`) throws -> ()
) rethrows static var type: Mongo.CommandType
static func decode(reply: BSON.DocumentDecoder<BSON.Key>
) throws -> (value: Effect.Value, upserted: Effect.ID?)
Instance members
subscript(Collation
) -> Mongo.Collation? subscript(Hint
) -> String? subscript(Flag
) -> Bool? subscript<ProjectionDocument>(Fields
) -> ProjectionDocument? Encodes a projection document from a model type.
subscript(Let, (inout Mongo.LetEncoder) -> ()
) -> Void subscript(Query, (inout Mongo.PredicateEncoder) -> ()
) -> Void subscript<IndexKey>(Hint, using: IndexKey.Type, (inout Mongo.SortEncoder<IndexKey>) -> ()
) -> Void subscript<CodingKey>(Sort, using: CodingKey.Type, (inout Mongo.SortEncoder<CodingKey>) -> ()
) -> Void subscript<CodingKey>(Fields, using: CodingKey.Type, (inout Mongo.ProjectionEncoder<CodingKey>) -> ()
) -> Void Encodes a projection document.
Citizens in MongoQL
Conformances
protocol BitwiseCopyable
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
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
Type members
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.