pub struct QuicIncoming {
inner: Incoming,
local_endpoint: Endpoint,
}Expand description
An accepted QUIC connection whose handshake has not run yet.
Fields§
§inner: Incoming§local_endpoint: EndpointImplementations§
Source§impl QuicIncoming
impl QuicIncoming
Auto Trait Implementations§
impl !Freeze for QuicIncoming
impl !RefUnwindSafe for QuicIncoming
impl Send for QuicIncoming
impl Sync for QuicIncoming
impl Unpin for QuicIncoming
impl UnsafeUnpin for QuicIncoming
impl !UnwindSafe for QuicIncoming
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