Command

    A type that represents a MongoDB command. All public command types (and command protocols) ultimately inherit from this protocol.

    Mongo.Command.swift:9
    protocol Command<Response> : Sendable
    Browse conforming types

    Supertypes

    Requirements

    Type members

    Instance members

    Other members in extension

    View members

    Hide members

    This section is hidden by default because it contains too many (12) members.

    Protocols

    Types

    Citizens in MongoCommands

    Instance members

    Citizens in MongoCommands

    where Self.ReadConcern == Mongo.ReadConcern

    Instance members

    Citizens in MongoCommands

    where Self.ReadConcern == Never

    Instance members

    Citizens in MongoCommands

    where Self.Response:BSONDocumentDecodable, Self.Response.CodingKey == BSON.Key

    Type members

    Citizens in MongoCommands

    where Self.Response == ()

    Type members

    Citizens in MongoCommands

    where Self.WriteConcern == Mongo.WriteConcern

    Instance members

    Citizens in MongoCommands

    where Self.WriteConcern == Never

    Instance members

    Available in MongoDriver

    Type members

    Subtypes