pub struct TlsAcceptorBox(/* private fields */);
Expand description
Dynamic version of TlsAcceptor
.
This can be constructed either with:
Implementations§
Source§impl TlsAcceptorBox
impl TlsAcceptorBox
Sourcepub fn type_dyn(&self) -> &'static dyn TlsAcceptorType
pub fn type_dyn(&self) -> &'static dyn TlsAcceptorType
Dynamic (without type parameter) version of the acceptor.
This function returns a connector type, which can be used to constructor connectors.
Auto Trait Implementations§
impl Freeze for TlsAcceptorBox
impl !RefUnwindSafe for TlsAcceptorBox
impl Send for TlsAcceptorBox
impl Sync for TlsAcceptorBox
impl Unpin for TlsAcceptorBox
impl !UnwindSafe for TlsAcceptorBox
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