pub struct SSLRelay<H>{ /* private fields */ }
Expand description
The main SSLRelay object.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<H> Freeze for SSLRelay<H>where
H: Freeze,
impl<H> RefUnwindSafe for SSLRelay<H>where
H: RefUnwindSafe,
impl<H> Send for SSLRelay<H>
impl<H> Sync for SSLRelay<H>
impl<H> Unpin for SSLRelay<H>where
H: Unpin,
impl<H> UnwindSafe for SSLRelay<H>where
H: UnwindSafe,
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