[][src]Struct unic_locale::extensions::TransformExtensionList

pub struct TransformExtensionList { /* fields omitted */ }

Methods

impl TransformExtensionList[src]

pub fn is_empty(&self) -> bool[src]

pub fn set_tlang(
    &mut self,
    tlang: LanguageIdentifier
) -> Result<(), LocaleError>
[src]

pub fn set_tfield(
    &mut self,
    tkey: &str,
    tvalue: Vec<&str>
) -> Result<(), LocaleError>
[src]

pub fn try_from_iter<'a>(
    iter: &mut Peekable<impl Iterator<Item = &'a str>>
) -> Result<TransformExtensionList, ParserError>
[src]

Trait Implementations

impl PartialEq<TransformExtensionList> for TransformExtensionList[src]

impl Clone for TransformExtensionList[src]

impl Display for TransformExtensionList[src]

impl Default for TransformExtensionList[src]

impl Eq for TransformExtensionList[src]

impl Debug for TransformExtensionList[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]