pub struct Tx3InboundAccept { /* private fields */ }Expand description
Resolves to a connection result. This abstraction allows optional parallel processing of incoming connection handshakes.
Implementations§
Source§impl Tx3InboundAccept
impl Tx3InboundAccept
Sourcepub async fn accept(self) -> Result<Tx3Connection>
pub async fn accept(self) -> Result<Tx3Connection>
Process this accept to completion
Auto Trait Implementations§
impl !Freeze for Tx3InboundAccept
impl !RefUnwindSafe for Tx3InboundAccept
impl Send for Tx3InboundAccept
impl Sync for Tx3InboundAccept
impl Unpin for Tx3InboundAccept
impl !UnwindSafe for Tx3InboundAccept
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