Struct http_header::data::encodings::HeaderFieldKey
source · pub struct HeaderFieldKey;Expand description
A header-field key according to RFC 7230
This ASCII mode includes all
- alphabetic characters
- digits
- punctuation characters
- whitespace characters (U+0020 SPACE, U+0009 HORIZONTAL TAB, U+000A LINE FEED, U+000C FORM FEED, or U+000D CARRIAGE RETURN)
Trait Implementations§
source§impl Clone for HeaderFieldKey
impl Clone for HeaderFieldKey
source§fn clone(&self) -> HeaderFieldKey
fn clone(&self) -> HeaderFieldKey
Returns a copy 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 moresource§impl Debug for HeaderFieldKey
impl Debug for HeaderFieldKey
source§impl Default for HeaderFieldKey
impl Default for HeaderFieldKey
source§fn default() -> HeaderFieldKey
fn default() -> HeaderFieldKey
Returns the “default value” for a type. Read more
source§impl Encoding for HeaderFieldKey
impl Encoding for HeaderFieldKey
impl Copy for HeaderFieldKey
impl Utf8Subset for HeaderFieldKey
Auto Trait Implementations§
impl Freeze for HeaderFieldKey
impl RefUnwindSafe for HeaderFieldKey
impl Send for HeaderFieldKey
impl Sync for HeaderFieldKey
impl Unpin for HeaderFieldKey
impl UnwindSafe for HeaderFieldKey
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)