pub struct EnvLang<'a> {
pub language: Option<&'a str>,
pub localisation: Option<&'a str>,
pub charset: Option<&'a str>,
pub variant: Option<&'a str>,
}
Fields§
§language: Option<&'a str>
§localisation: Option<&'a str>
§charset: Option<&'a str>
§variant: Option<&'a str>
Trait Implementations§
impl<'a> StructuralPartialEq for EnvLang<'a>
Auto Trait Implementations§
impl<'a> Freeze for EnvLang<'a>
impl<'a> RefUnwindSafe for EnvLang<'a>
impl<'a> Send for EnvLang<'a>
impl<'a> Sync for EnvLang<'a>
impl<'a> Unpin for EnvLang<'a>
impl<'a> UnwindSafe for EnvLang<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more