pub struct SslContextWrap(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SslContextWrap
impl !UnwindSafe for SslContextWrap
impl Freeze for SslContextWrap
impl Send for SslContextWrap
impl Sync for SslContextWrap
impl Unpin for SslContextWrap
impl UnsafeUnpin for SslContextWrap
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