Enum sleep_parser::ProtocolVersion[][src]

pub enum ProtocolVersion {
    V0,
}

SLEEP Protocol version.

Variants

The version specified as per the paper released in 2017-09.

Methods

impl ProtocolVersion
[src]

Returns true if the version is V0.

Trait Implementations

impl Debug for ProtocolVersion
[src]

Formats the value using the given formatter. Read more

impl PartialEq for ProtocolVersion
[src]

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

This method tests for !=.

Auto Trait Implementations