[−][src]Enum mime::Attr
Variants
CharsetBoundaryQExt(String)Methods
impl Attr[src]
impl AttrTrait Implementations
impl PartialEq<Attr> for Attr[src]
impl PartialEq<Attr> for Attrfn eq(&self, other: &Attr) -> bool[src]
fn eq(&self, other: &Attr) -> 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 Attr[src]
impl PartialEq<String> for Attrfn 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 Attr[src]
impl PartialEq<str> for Attrfn 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 Attr[src]
impl<'a> PartialEq<&'a str> for Attrfn 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<Attr> for String[src]
impl PartialEq<Attr> for Stringfn eq(&self, other: &Attr) -> bool[src]
fn eq(&self, other: &Attr) -> 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<Attr> for str[src]
impl PartialEq<Attr> for strfn eq(&self, other: &Attr) -> bool[src]
fn eq(&self, other: &Attr) -> 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<Attr> for &'a str[src]
impl<'a> PartialEq<Attr> for &'a strfn eq(&self, other: &Attr) -> bool[src]
fn eq(&self, other: &Attr) -> 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 Attr[src]
impl Clone for Attrfn clone(&self) -> Attr[src]
fn clone(&self) -> Attrfn 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 Attr[src]
impl Ord for Attrfn cmp(&self, other: &Attr) -> Ordering[src]
fn cmp(&self, other: &Attr) -> 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 Attr[src]
impl Eq for Attrimpl PartialOrd<Attr> for Attr[src]
impl PartialOrd<Attr> for Attrfn partial_cmp(&self, other: &Attr) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Attr) -> Option<Ordering>fn lt(&self, other: &Attr) -> bool[src]
fn lt(&self, other: &Attr) -> boolfn le(&self, other: &Attr) -> bool[src]
fn le(&self, other: &Attr) -> boolfn gt(&self, other: &Attr) -> bool[src]
fn gt(&self, other: &Attr) -> boolfn ge(&self, other: &Attr) -> bool[src]
fn ge(&self, other: &Attr) -> boolimpl Display for Attr[src]
impl Display for Attrimpl Debug for Attr[src]
impl Debug for Attrimpl FromStr for Attr[src]
impl FromStr for Attrtype Err = ()
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Attr, ()>[src]
fn from_str(s: &str) -> Result<Attr, ()>impl Hash for Attr[src]
impl Hash for Attrfn 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 Attr[src]
impl Deref for AttrAuto 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