Struct tls_parser::TlsMessageAlert [−][src]
pub struct TlsMessageAlert {
pub severity: TlsAlertSeverity,
pub code: TlsAlertDescription,
}Expand description
TLS alert message
Fields
severity: TlsAlertSeverityShould match a TlsAlertSeverity value
code: TlsAlertDescriptionShould match a TlsAlertDescription value
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TlsMessageAlert
impl Send for TlsMessageAlert
impl Sync for TlsMessageAlert
impl Unpin for TlsMessageAlert
impl UnwindSafe for TlsMessageAlert
Blanket Implementations
Mutably borrows from an owned value. Read more