Enumerationswift-mongodb 0.27.0BSONABI
Expectation
BSON.BinaryViewError.Expectation.swift:4@frozen enum Expectation
Cases
case subtype
The input should have yielded a subtype byte.
case subheader
The input should have yielded a legacy subheader.
Other members in extension
Type members
Instance members
var description: String
let expected: Expectation
What the input should have yielded.
Citizens in BSONABI
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
Instance members
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.