Enum bson::spec::BinarySubtype [] [src]

pub enum BinarySubtype {
    Generic,
    Function,
    BinaryOld,
    UuidOld,
    Uuid,
    Md5,
    UserDefined(u8),
}

The available binary subtypes, plus a user-defined slot.

Variants

Trait Implementations

impl PartialEq for BinarySubtype
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for BinarySubtype
[src]

impl Debug for BinarySubtype
[src]

Formats the value using the given formatter.

impl Clone for BinarySubtype
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BinarySubtype
[src]

impl From<u8> for BinarySubtype
[src]

Performs the conversion.