pub enum LangSelection<'a> {
Any,
Lang(Nullable<(Option<LenientLanguageTag<'a>>, Option<Direction>)>),
}
Variants
Any
Lang(Nullable<(Option<LenientLanguageTag<'a>>, Option<Direction>)>)
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a> RefUnwindSafe for LangSelection<'a>
impl<'a> Send for LangSelection<'a>
impl<'a> Sync for LangSelection<'a>
impl<'a> Unpin for LangSelection<'a>
impl<'a> UnwindSafe for LangSelection<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more