Structureswift-mongodb 0.27.0MongoWire->Mongo
WireMessageIdentifier
Mongo.WireMessageIdentifier.swift:4@frozen struct WireMessageIdentifier
Other members in extension
View members
Hide members
This section is hidden by default because it contains too many (11) members.
Types
enum WireBodyCountError
struct WireFlags
struct WireFlagsError
The subtype byte of a binary array was matched a reserved bit pattern.
struct WireHeader
struct WireMessage
enum WireMessageType
struct WireMessageTypeError
enum WireSection
struct WireSectionError
The subtype byte of a binary array was matched a reserved bit pattern.
enum WireSequenceFrame
struct WireVersion
A MongoDB wire protocol version. This is not the same thing as a server version.
Citizens in MongoWire
Conformances
protocol BitwiseCopyable
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Equatable
A type that can be compared for value equality.
protocol Escapable
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol Sendable
Type members
Instance members
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.