var readConcernLabel: Mongo.ReadConcern?? { get }
s5MongoAAO0A8CommandsE7CommandPACs5NeverO11ReadConcernRtzrlE04readF5LabelAbCEAHOSgSgvpWhat are these?
s5MongoAAO0A8CommandsE7CommandPACs5NeverO11ReadConcernRtzrlE04readF5LabelAbCEAHOSgSgvp
FNV24: [1UJ6C]
where Self.ReadConcern == Never
var readConcernLabel: Mongo.ReadConcern??
var readConcern: Never?
import MongoCommands
import Mongo
A single-type module that declares the Mongo namespace.
Mongo
protocol Command<Response> : Sendable
A type that represents a MongoDB command. All public command types (and command protocols) ultimately inherit from this protocol.
enum Mongo
@frozen enum ReadConcern
The amount of ratification data needs to have received before it can be returned by a read command.
@frozen enum Never
A type that has no values and can’t be constructed.
var readConcern: Never? { get }