pub struct Http1Encoder<H, HR>where
H: Head,
HR: HeadRenderer<H>,{ /* private fields */ }
Auto Trait Implementations§
impl<H, HR> Freeze for Http1Encoder<H, HR>where
HR: Freeze,
impl<H, HR> RefUnwindSafe for Http1Encoder<H, HR>where
HR: RefUnwindSafe,
H: RefUnwindSafe,
impl<H, HR> Send for Http1Encoder<H, HR>
impl<H, HR> Sync for Http1Encoder<H, HR>
impl<H, HR> Unpin for Http1Encoder<H, HR>
impl<H, HR> UnwindSafe for Http1Encoder<H, HR>where
HR: UnwindSafe,
H: 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