pub struct TlsAlert {
pub level: TlsAlertLevel,
pub description: u8,
}Available on crate feature
tls only.Expand description
TLS Alert record (RFC 5246 §7.2).
Fields§
§level: TlsAlertLevel§description: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for TlsAlert
impl RefUnwindSafe for TlsAlert
impl Send for TlsAlert
impl Sync for TlsAlert
impl Unpin for TlsAlert
impl UnsafeUnpin for TlsAlert
impl UnwindSafe for TlsAlert
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more