[−][src]Struct hyper::header::QualityItem
Represents an item with a quality value as defined in RFC7231.
Fields
item: T
The actual contents of the field.
quality: Quality
The quality (client or server preference) for the value.
Methods
impl<T> QualityItem<T>[src]
impl<T> QualityItem<T>pub fn new(item: T, quality: Quality) -> QualityItem<T>[src]
pub fn new(item: T, quality: Quality) -> QualityItem<T>Creates a new QualityItem from an item and a quality.
The item can be of any type.
The quality should be a value in the range [0, 1].
Trait Implementations
impl<T: PartialEq> PartialEq<QualityItem<T>> for QualityItem<T>[src]
impl<T: PartialEq> PartialEq<QualityItem<T>> for QualityItem<T>fn eq(&self, other: &QualityItem<T>) -> bool[src]
fn eq(&self, other: &QualityItem<T>) -> boolfn ne(&self, other: &QualityItem<T>) -> bool[src]
fn ne(&self, other: &QualityItem<T>) -> boolimpl<T: Clone> Clone for QualityItem<T>[src]
impl<T: Clone> Clone for QualityItem<T>fn clone(&self) -> QualityItem<T>[src]
fn clone(&self) -> QualityItem<T>fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl<T: PartialEq> PartialOrd<QualityItem<T>> for QualityItem<T>[src]
impl<T: PartialEq> PartialOrd<QualityItem<T>> for QualityItem<T>fn partial_cmp(&self, other: &QualityItem<T>) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &QualityItem<T>) -> Option<Ordering>#[must_use]
fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn lt(&self, other: &Rhs) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]
fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn le(&self, other: &Rhs) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
#[must_use]
fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn gt(&self, other: &Rhs) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
#[must_use]
fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ge(&self, other: &Rhs) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl<T: Display> Display for QualityItem<T>[src]
impl<T: Display> Display for QualityItem<T>impl<T: Debug> Debug for QualityItem<T>[src]
impl<T: Debug> Debug for QualityItem<T>impl<T: FromStr> FromStr for QualityItem<T>[src]
impl<T: FromStr> FromStr for QualityItem<T>Auto Trait Implementations
impl<T> Send for QualityItem<T> where
T: Send,
impl<T> Send for QualityItem<T> where
T: Send, impl<T> Sync for QualityItem<T> where
T: Sync,
impl<T> Sync for QualityItem<T> where
T: Sync, Blanket Implementations
impl<T> ToString for T where
T: Display + ?Sized, [src]
impl<T> ToString for T where
T: Display + ?Sized, impl<T> From for T[src]
impl<T> From for Timpl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeIdimpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut Timpl<T> Typeable for T where
T: Any, [src]
impl<T> Typeable for T where
T: Any,