Enum smbioslib::LanguageFormat
source · [−]pub enum LanguageFormat {
Abbreviated,
Long,
}
Expand description
Variants
Abbreviated
Language strings use the abbreviated format.
Example: “frCA”
Long
Language strings use the long format.
Example: “fr|CA|iso8859-1”
Trait Implementations
sourceimpl Debug for LanguageFormat
impl Debug for LanguageFormat
sourceimpl Serialize for LanguageFormat
impl Serialize for LanguageFormat
Auto Trait Implementations
impl RefUnwindSafe for LanguageFormat
impl Send for LanguageFormat
impl Sync for LanguageFormat
impl Unpin for LanguageFormat
impl UnwindSafe for LanguageFormat
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