pub struct BufferResponseHandler<N, NR = U128>{ /* private fields */ }
Expand description
A response handler, that will buffer all data.
Implementations§
Trait Implementations§
Source§impl<N> ResponseHandler for BufferResponseHandler<N>where
N: ArrayLength<u8>,
impl<N> ResponseHandler for BufferResponseHandler<N>where
N: ArrayLength<u8>,
Auto Trait Implementations§
impl<N, NR> Freeze for BufferResponseHandler<N, NR>
impl<N, NR> RefUnwindSafe for BufferResponseHandler<N, NR>where
<N as ArrayLength<u8>>::ArrayType: RefUnwindSafe,
<NR as ArrayLength<u8>>::ArrayType: RefUnwindSafe,
impl<N, NR> Send for BufferResponseHandler<N, NR>
impl<N, NR> Sync for BufferResponseHandler<N, NR>
impl<N, NR> Unpin for BufferResponseHandler<N, NR>
impl<N, NR> UnwindSafe for BufferResponseHandler<N, NR>where
<N as ArrayLength<u8>>::ArrayType: UnwindSafe,
<NR as ArrayLength<u8>>::ArrayType: 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