[−][src]Struct tls_parser::tls_alert::TlsAlertDescription
TLS alert description
Alerts are defined in the IANA TLS Alert Registry
Implementations
impl TlsAlertDescription
[src]
pub const CloseNotify: TlsAlertDescription
[src]
pub const UnexpectedMessage: TlsAlertDescription
[src]
pub const BadRecordMac: TlsAlertDescription
[src]
pub const DecryptionFailed: TlsAlertDescription
[src]
pub const RecordOverflow: TlsAlertDescription
[src]
pub const DecompressionFailure: TlsAlertDescription
[src]
pub const HandshakeFailure: TlsAlertDescription
[src]
pub const NoCertificate: TlsAlertDescription
[src]
pub const BadCertificate: TlsAlertDescription
[src]
pub const UnsupportedCertificate: TlsAlertDescription
[src]
pub const CertificateRevoked: TlsAlertDescription
[src]
pub const CertificateExpired: TlsAlertDescription
[src]
pub const CertificateUnknown: TlsAlertDescription
[src]
pub const IllegalParameter: TlsAlertDescription
[src]
pub const UnknownCa: TlsAlertDescription
[src]
pub const AccessDenied: TlsAlertDescription
[src]
pub const DecodeError: TlsAlertDescription
[src]
pub const DecryptError: TlsAlertDescription
[src]
pub const ExportRestriction: TlsAlertDescription
[src]
pub const ProtocolVersion: TlsAlertDescription
[src]
pub const InsufficientSecurity: TlsAlertDescription
[src]
pub const InternalError: TlsAlertDescription
[src]
pub const InappropriateFallback: TlsAlertDescription
[src]
pub const UserCancelled: TlsAlertDescription
[src]
pub const NoRenegotiation: TlsAlertDescription
[src]
pub const MissingExtension: TlsAlertDescription
[src]
pub const UnsupportedExtension: TlsAlertDescription
[src]
pub const CertUnobtainable: TlsAlertDescription
[src]
pub const UnrecognizedName: TlsAlertDescription
[src]
pub const BadCertStatusResponse: TlsAlertDescription
[src]
pub const BadCertHashValue: TlsAlertDescription
[src]
pub const UnknownPskIdentity: TlsAlertDescription
[src]
pub const CertificateRequired: TlsAlertDescription
[src]
pub const NoApplicationProtocol: TlsAlertDescription
[src]
Trait Implementations
impl Clone for TlsAlertDescription
[src]
fn clone(&self) -> TlsAlertDescription
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for TlsAlertDescription
[src]
impl Debug for TlsAlertDescription
[src]
impl Display for TlsAlertDescription
[src]
impl Eq for TlsAlertDescription
[src]
impl PartialEq<TlsAlertDescription> for TlsAlertDescription
[src]
fn eq(&self, other: &TlsAlertDescription) -> bool
[src]
fn ne(&self, other: &TlsAlertDescription) -> bool
[src]
impl StructuralEq for TlsAlertDescription
[src]
impl StructuralPartialEq for TlsAlertDescription
[src]
Auto Trait Implementations
impl RefUnwindSafe for TlsAlertDescription
impl Send for TlsAlertDescription
impl Sync for TlsAlertDescription
impl Unpin for TlsAlertDescription
impl UnwindSafe for TlsAlertDescription
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T> ToString for T where
T: Display + ?Sized,
[src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,