Enum sleep_parser::ProtocolVersion [−][src]
pub enum ProtocolVersion {
V0,
}SLEEP Protocol version.
Variants
V0The version specified as per the paper released in 2017-09.
Methods
impl ProtocolVersion[src]
impl ProtocolVersionTrait Implementations
impl Debug for ProtocolVersion[src]
impl Debug for ProtocolVersionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for ProtocolVersion[src]
impl PartialEq for ProtocolVersionAuto Trait Implementations
impl Send for ProtocolVersion
impl Send for ProtocolVersionimpl Sync for ProtocolVersion
impl Sync for ProtocolVersion