pub struct TitleCaseHeadersRequestExtension(/* private fields */);
Expand description
HTTP 头大小写敏感扩展
Implementations§
Trait Implementations§
Source§impl Clone for TitleCaseHeadersRequestExtension
impl Clone for TitleCaseHeadersRequestExtension
Source§fn clone(&self) -> TitleCaseHeadersRequestExtension
fn clone(&self) -> TitleCaseHeadersRequestExtension
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for TitleCaseHeadersRequestExtension
impl RefUnwindSafe for TitleCaseHeadersRequestExtension
impl Send for TitleCaseHeadersRequestExtension
impl Sync for TitleCaseHeadersRequestExtension
impl Unpin for TitleCaseHeadersRequestExtension
impl UnwindSafe for TitleCaseHeadersRequestExtension
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