pub struct ElifHeaderName(/* private fields */);
Expand description
Framework-native header name wrapper that hides Axum internals
Implementations§
Trait Implementations§
Source§impl Clone for ElifHeaderName
impl Clone for ElifHeaderName
Source§fn clone(&self) -> ElifHeaderName
fn clone(&self) -> ElifHeaderName
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 moreSource§impl Debug for ElifHeaderName
impl Debug for ElifHeaderName
Source§impl Display for ElifHeaderName
impl Display for ElifHeaderName
Source§impl FromStr for ElifHeaderName
impl FromStr for ElifHeaderName
Source§impl Hash for ElifHeaderName
impl Hash for ElifHeaderName
Source§impl PartialEq for ElifHeaderName
impl PartialEq for ElifHeaderName
impl Eq for ElifHeaderName
impl StructuralPartialEq for ElifHeaderName
Auto Trait Implementations§
impl !Freeze for ElifHeaderName
impl RefUnwindSafe for ElifHeaderName
impl Send for ElifHeaderName
impl Sync for ElifHeaderName
impl Unpin for ElifHeaderName
impl UnwindSafe for ElifHeaderName
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.