pub struct TrailerKey(/* private fields */);Expand description
The Key of a Trailer:
ⓘ
Signed-off-by: Hans Wurst <hans@wurstmail.tld>
^^^^^^^^^^^^^Trait Implementations§
Source§impl AsRef<String> for TrailerKey
impl AsRef<String> for TrailerKey
Source§impl Clone for TrailerKey
impl Clone for TrailerKey
Source§fn clone(&self) -> TrailerKey
fn clone(&self) -> TrailerKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TrailerKey
impl Debug for TrailerKey
Source§impl Display for TrailerKey
impl Display for TrailerKey
Source§impl From<String> for TrailerKey
impl From<String> for TrailerKey
Source§impl Hash for TrailerKey
impl Hash for TrailerKey
Source§impl Ord for TrailerKey
impl Ord for TrailerKey
Source§fn cmp(&self, other: &TrailerKey) -> Ordering
fn cmp(&self, other: &TrailerKey) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TrailerKey
impl PartialEq for TrailerKey
Source§fn eq(&self, other: &TrailerKey) -> bool
fn eq(&self, other: &TrailerKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TrailerKey
impl PartialOrd for TrailerKey
impl Eq for TrailerKey
impl StructuralPartialEq for TrailerKey
Auto Trait Implementations§
impl Freeze for TrailerKey
impl RefUnwindSafe for TrailerKey
impl Send for TrailerKey
impl Sync for TrailerKey
impl Unpin for TrailerKey
impl UnsafeUnpin for TrailerKey
impl UnwindSafe for TrailerKey
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