pub struct ShadowTlsServer<LA, TA> { /* private fields */ }Expand description
ShadowTlsServer.
Implementations§
Source§impl<LA, TA> ShadowTlsServer<LA, TA>
impl<LA, TA> ShadowTlsServer<LA, TA>
Source§impl<LA, TA> ShadowTlsServer<LA, TA>
impl<LA, TA> ShadowTlsServer<LA, TA>
Sourcepub async fn serve(self) -> Result<()>where
LA: ToSocketAddrs + 'static,
TA: ToSocketAddrs + 'static,
pub async fn serve(self) -> Result<()>where
LA: ToSocketAddrs + 'static,
TA: ToSocketAddrs + 'static,
Serve a raw connection.
Trait Implementations§
Source§impl<LA: Clone, TA: Clone> Clone for ShadowTlsServer<LA, TA>
impl<LA: Clone, TA: Clone> Clone for ShadowTlsServer<LA, TA>
Source§fn clone(&self) -> ShadowTlsServer<LA, TA>
fn clone(&self) -> ShadowTlsServer<LA, TA>
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 moreAuto Trait Implementations§
impl<LA, TA> Freeze for ShadowTlsServer<LA, TA>
impl<LA, TA> RefUnwindSafe for ShadowTlsServer<LA, TA>where
LA: RefUnwindSafe,
TA: RefUnwindSafe,
impl<LA, TA> Send for ShadowTlsServer<LA, TA>
impl<LA, TA> Sync for ShadowTlsServer<LA, TA>
impl<LA, TA> Unpin for ShadowTlsServer<LA, TA>
impl<LA, TA> UnwindSafe for ShadowTlsServer<LA, TA>where
LA: RefUnwindSafe,
TA: RefUnwindSafe,
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