Struct fluvio_future::rust_tls::AcceptorBuilderWithConfig
source · pub struct AcceptorBuilderWithConfig(/* private fields */);Implementations§
source§impl AcceptorBuilderWithConfig
impl AcceptorBuilderWithConfig
pub fn build(self) -> TlsAcceptor
Auto Trait Implementations§
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