pub enum SSL {}Auto Trait Implementations§
impl Freeze for SSL
impl RefUnwindSafe for SSL
impl Send for SSL
impl Sync for SSL
impl Unpin for SSL
impl UnsafeUnpin for SSL
impl UnwindSafe for SSL
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