pub struct H3Request {
pub authority: String,
pub headers: HeaderMap,
}Expand description
Details of an accepted H3 proxy request.
Fields§
§headers: HeaderMapImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for H3Request
impl RefUnwindSafe for H3Request
impl Send for H3Request
impl Sync for H3Request
impl Unpin for H3Request
impl UnsafeUnpin for H3Request
impl UnwindSafe for H3Request
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