pub enum LanguageFormat {
Abbreviated,
Long,
}
Expand description
§Language Format
Variants§
Abbreviated
Language strings use the abbreviated format.
Example: “frCA”
Long
Language strings use the long format.
Example: “fr|CA|iso8859-1”
Trait Implementations§
Source§impl Debug for LanguageFormat
impl Debug for LanguageFormat
Auto Trait Implementations§
impl Freeze for LanguageFormat
impl RefUnwindSafe for LanguageFormat
impl Send for LanguageFormat
impl Sync for LanguageFormat
impl Unpin for LanguageFormat
impl UnwindSafe for LanguageFormat
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