pub struct AcceptorBuilderWithConfig(/* private fields */);Implementations§
Source§impl AcceptorBuilderWithConfig
impl AcceptorBuilderWithConfig
pub fn build(self) -> TlsAcceptor
Auto Trait Implementations§
impl !RefUnwindSafe for AcceptorBuilderWithConfig
impl !UnwindSafe for AcceptorBuilderWithConfig
impl Freeze for AcceptorBuilderWithConfig
impl Send for AcceptorBuilderWithConfig
impl Sync for AcceptorBuilderWithConfig
impl Unpin for AcceptorBuilderWithConfig
impl UnsafeUnpin for AcceptorBuilderWithConfig
Blanket Implementations§
impl<T> AsyncConnector for T
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