[][src]Struct unic_locale::extensions::UnicodeExtensionList

pub struct UnicodeExtensionList { /* fields omitted */ }

Methods

impl UnicodeExtensionList[src]

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

pub fn set_keyword(
    &mut self,
    key: &str,
    value: Vec<&str>
) -> Result<(), LocaleError>
[src]

pub fn set_attribute(&mut self, value: &str) -> Result<(), LocaleError>[src]

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

Trait Implementations

impl PartialEq<UnicodeExtensionList> for UnicodeExtensionList[src]

impl Clone for UnicodeExtensionList[src]

impl Display for UnicodeExtensionList[src]

impl Default for UnicodeExtensionList[src]

impl Eq for UnicodeExtensionList[src]

impl Debug for UnicodeExtensionList[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]