pub struct Ssl3AlertLevel(/* private fields */);
Implementations§
Source§impl Ssl3AlertLevel
impl Ssl3AlertLevel
pub const WARNING: Ssl3AlertLevel = _
pub const FATAL: Ssl3AlertLevel = _
Trait Implementations§
Source§impl Clone for Ssl3AlertLevel
impl Clone for Ssl3AlertLevel
Source§fn clone(&self) -> Ssl3AlertLevel
fn clone(&self) -> Ssl3AlertLevel
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 Ssl3AlertLevel
impl Debug for Ssl3AlertLevel
Source§impl PartialEq for Ssl3AlertLevel
impl PartialEq for Ssl3AlertLevel
impl Copy for Ssl3AlertLevel
impl Eq for Ssl3AlertLevel
impl StructuralPartialEq for Ssl3AlertLevel
Auto Trait Implementations§
impl Freeze for Ssl3AlertLevel
impl RefUnwindSafe for Ssl3AlertLevel
impl Send for Ssl3AlertLevel
impl Sync for Ssl3AlertLevel
impl Unpin for Ssl3AlertLevel
impl UnwindSafe for Ssl3AlertLevel
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
)