pub struct NormalizeRequest {
pub is_head: bool,
}Expand description
A normalization request describing the context for response normalization.
Fields§
§is_head: boolWhether the original request was a HEAD request.
Implementations§
Auto Trait Implementations§
impl Freeze for NormalizeRequest
impl RefUnwindSafe for NormalizeRequest
impl Send for NormalizeRequest
impl Sync for NormalizeRequest
impl Unpin for NormalizeRequest
impl UnsafeUnpin for NormalizeRequest
impl UnwindSafe for NormalizeRequest
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