Enum cdrs::frame::Version [] [src]

pub enum Version {
    Request,
    Response,
}

Frame's version

Variants

Trait Implementations

impl Debug for Version
[src]

Formats the value using the given formatter.

impl PartialEq for Version
[src]

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

This method tests for !=.

impl AsByte for Version
[src]

It should represent a struct as a single byte.

impl From<Vec<u8>> for Version
[src]

Performs the conversion.