Enum tls_parser::tls_alert::TlsAlertSeverity [] [src]

pub enum TlsAlertSeverity {
    Warning,
    Fatal,
}

Variants

Methods

impl TlsAlertSeverity
[src]

Trait Implementations

impl Debug for TlsAlertSeverity
[src]

Formats the value using the given formatter.

impl PartialEq for TlsAlertSeverity
[src]

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

This method tests for !=.

impl From<u8> for TlsAlertSeverity
[src]

Performs the conversion.