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

pub enum Version {
    Request,
    Response,
}

Frame's version

Variants

Methods

impl Version
[src]

BYTE_LENGTH: usize = 1

Number of bytes that represent Cassandra frame's version.

Trait Implementations

impl Debug for Version
[src]

Formats the value using the given formatter. Read more

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.

Auto Trait Implementations

impl Send for Version

impl Sync for Version