pub struct SslInfoCallbackAlert(/* private fields */);
Implementations§
Source§impl SslInfoCallbackAlert
impl SslInfoCallbackAlert
Sourcepub fn alert_level(&self) -> Ssl3AlertLevel
pub fn alert_level(&self) -> Ssl3AlertLevel
The level of the SSL alert.
Trait Implementations§
Source§impl Clone for SslInfoCallbackAlert
impl Clone for SslInfoCallbackAlert
Source§fn clone(&self) -> SslInfoCallbackAlert
fn clone(&self) -> SslInfoCallbackAlert
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SslInfoCallbackAlert
impl Debug for SslInfoCallbackAlert
Source§impl Hash for SslInfoCallbackAlert
impl Hash for SslInfoCallbackAlert
Source§impl Ord for SslInfoCallbackAlert
impl Ord for SslInfoCallbackAlert
Source§fn cmp(&self, other: &SslInfoCallbackAlert) -> Ordering
fn cmp(&self, other: &SslInfoCallbackAlert) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SslInfoCallbackAlert
impl PartialEq for SslInfoCallbackAlert
Source§impl PartialOrd for SslInfoCallbackAlert
impl PartialOrd for SslInfoCallbackAlert
impl Copy for SslInfoCallbackAlert
impl Eq for SslInfoCallbackAlert
impl StructuralPartialEq for SslInfoCallbackAlert
Auto Trait Implementations§
impl Freeze for SslInfoCallbackAlert
impl RefUnwindSafe for SslInfoCallbackAlert
impl Send for SslInfoCallbackAlert
impl Sync for SslInfoCallbackAlert
impl Unpin for SslInfoCallbackAlert
impl UnwindSafe for SslInfoCallbackAlert
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)