Struct locale_decoder::Locale
source · [−]pub struct Locale {
pub language: String,
pub country: Option<String>,
pub encoding: Option<String>,
pub modifier: Option<String>,
}Fields
language: Stringcountry: Option<String>encoding: Option<String>modifier: Option<String>Trait Implementations
impl StructuralPartialEq for Locale
Auto Trait Implementations
impl RefUnwindSafe for Locale
impl Send for Locale
impl Sync for Locale
impl Unpin for Locale
impl UnwindSafe for Locale
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more