Struct tls_parser::tls_alert::TlsMessageAlert[][src]

pub struct TlsMessageAlert {
    pub severity: u8,
    pub code: u8,
}

TLS alert message

Fields

Should match a TlsAlertSeverity value

Should match a TlsAlertSeverity value

Trait Implementations

impl Clone for TlsMessageAlert
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for TlsMessageAlert
[src]

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

This method tests for !=.

impl Debug for TlsMessageAlert
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations