pub struct H3IncomingClient<S, B>where
B: Buf,
S: RecvStream,{ /* private fields */ }Implementations§
Source§impl<S, B> H3IncomingClient<S, B>where
B: Buf,
S: RecvStream,
impl<S, B> H3IncomingClient<S, B>where
B: Buf,
S: RecvStream,
pub fn new(s: RequestStream<S, B>) -> Self
Trait Implementations§
Source§impl<S, B> Body for H3IncomingClient<S, B>where
B: Buf,
S: RecvStream,
impl<S, B> Body for H3IncomingClient<S, B>where
B: Buf,
S: RecvStream,
Auto Trait Implementations§
impl<S, B> !Freeze for H3IncomingClient<S, B>
impl<S, B> RefUnwindSafe for H3IncomingClient<S, B>where
S: RefUnwindSafe,
B: RefUnwindSafe,
impl<S, B> Send for H3IncomingClient<S, B>
impl<S, B> Sync for H3IncomingClient<S, B>
impl<S, B> Unpin for H3IncomingClient<S, B>
impl<S, B> UnwindSafe for H3IncomingClient<S, B>where
S: UnwindSafe,
B: UnwindSafe,
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