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