[−][src]Enum mime::Value
Variants
Utf8Ext(String)Methods
impl Value[src]
impl ValueTrait Implementations
impl PartialEq<Value> for Value[src]
impl PartialEq<Value> for Valuefn eq(&self, other: &Value) -> bool[src]
fn eq(&self, other: &Value) -> bool#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl PartialEq<String> for Value[src]
impl PartialEq<String> for Valuefn eq(&self, other: &String) -> bool[src]
fn eq(&self, other: &String) -> bool#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl PartialEq<str> for Value[src]
impl PartialEq<str> for Valuefn eq(&self, other: &str) -> bool[src]
fn eq(&self, other: &str) -> bool#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl<'a> PartialEq<&'a str> for Value[src]
impl<'a> PartialEq<&'a str> for Valuefn eq(&self, other: &&'a str) -> bool[src]
fn eq(&self, other: &&'a str) -> bool#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl PartialEq<Value> for String[src]
impl PartialEq<Value> for Stringfn eq(&self, other: &Value) -> bool[src]
fn eq(&self, other: &Value) -> bool#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl PartialEq<Value> for str[src]
impl PartialEq<Value> for strfn eq(&self, other: &Value) -> bool[src]
fn eq(&self, other: &Value) -> bool#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl<'a> PartialEq<Value> for &'a str[src]
impl<'a> PartialEq<Value> for &'a strfn eq(&self, other: &Value) -> bool[src]
fn eq(&self, other: &Value) -> bool#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Clone for Value[src]
impl Clone for Valuefn clone(&self) -> Value[src]
fn clone(&self) -> Valuefn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Ord for Value[src]
impl Ord for Valuefn cmp(&self, other: &Value) -> Ordering[src]
fn cmp(&self, other: &Value) -> Orderingfn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> Self1.21.0
[src]Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> Self1.21.0
[src]Compares and returns the minimum of two values. Read more
impl Eq for Value[src]
impl Eq for Valueimpl PartialOrd<Value> for Value[src]
impl PartialOrd<Value> for Valuefn partial_cmp(&self, other: &Value) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Value) -> Option<Ordering>fn lt(&self, other: &Value) -> bool[src]
fn lt(&self, other: &Value) -> boolfn le(&self, other: &Value) -> bool[src]
fn le(&self, other: &Value) -> boolfn gt(&self, other: &Value) -> bool[src]
fn gt(&self, other: &Value) -> boolfn ge(&self, other: &Value) -> bool[src]
fn ge(&self, other: &Value) -> boolimpl Display for Value[src]
impl Display for Valueimpl Debug for Value[src]
impl Debug for Valueimpl FromStr for Value[src]
impl FromStr for Valuetype Err = ()
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Value, ()>[src]
fn from_str(s: &str) -> Result<Value, ()>impl Hash for Value[src]
impl Hash for Valuefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Deref for Value[src]
impl Deref for ValueAuto Trait Implementations
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 = !
🔬 This is a nightly-only experimental API. (
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
🔬 This is a nightly-only experimental API. (
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 T