pub struct SslAlert(/* private fields */);
Expand description
An SSL/TLS alert.
Implementations§
Source§impl SslAlert
impl SslAlert
Sourcepub const UNRECOGNIZED_NAME: SslAlert
pub const UNRECOGNIZED_NAME: SslAlert
Alert 112 - unrecognized_name
.
pub const ILLEGAL_PARAMETER: SslAlert
pub const DECODE_ERROR: SslAlert
Trait Implementations§
impl Copy for SslAlert
impl Eq for SslAlert
impl StructuralPartialEq for SslAlert
Auto Trait Implementations§
impl Freeze for SslAlert
impl RefUnwindSafe for SslAlert
impl Send for SslAlert
impl Sync for SslAlert
impl Unpin for SslAlert
impl UnwindSafe for SslAlert
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