Instance Subscriptswift-mongodb 0.29.3MongoQL->Mongo
subscript(_:)
Mongo.ListCollections.swift:101subscript(key: AuthorizedCollections) -> Bool? { get set } subscript(key: AuthorizedCollections) -> Bool? { get set } s5MongoAAO0A2QLE15ListCollectionsVySbSgAE010AuthorizedD0Oy_x_Gcip What are these?9J1DJwhere Element:BSONDecodable, Element:Sendableimport MongoA single-type module that declares the Mongo namespace.
import MongoQLstruct ListCollections<Element> where Element : BSONDecodable, Element : SendableRetrieves information about collections (including collection-views) in a database.
enum Mongo@frozen enum AuthorizedCollections@frozen struct BoolA value type whose instances are either true or false.
protocol BSONDecodableA type that can be decoded from a BSON variant value backed by some type of storage not particular to the decoded type.
protocol Sendablestatic var type: Mongo.CommandType { get }subscript(key: Filter) -> Mongo.PredicateDocument? { get set } @frozen enum Filtertypealias ExecutionPolicy = Mongo.RetryListCollections supports retryable reads.
typealias Response = Mongo.CursorBatch<Element>