Enum body_image::barc::RecordType[][src]

pub enum RecordType {
    Reserved,
    Dialog,
}

BARC record type.

Variants

Used internally to reserve a BARC record head.

A complete HTTP request and response dialog between a client and server. See Dialog.

Trait Implementations

impl Clone for RecordType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RecordType
[src]

impl Debug for RecordType
[src]

Formats the value using the given formatter. Read more

impl PartialEq for RecordType
[src]

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

This method tests for !=.

impl Default for RecordType
[src]

Defaults to Dialog.

Auto Trait Implementations

impl Send for RecordType

impl Sync for RecordType