pub enum LanguageDutch {
Default,
Belgium,
Netherlands,
}Expand description
Dutch language regions.
Variants§
Trait Implementations§
Source§impl Debug for LanguageDutch
impl Debug for LanguageDutch
Source§impl Default for LanguageDutch
impl Default for LanguageDutch
Source§fn default() -> LanguageDutch
fn default() -> LanguageDutch
Returns the “default value” for a type. Read more
Source§impl Display for LanguageDutch
impl Display for LanguageDutch
Source§impl FromStr for LanguageDutch
impl FromStr for LanguageDutch
Source§impl PartialEq for LanguageDutch
impl PartialEq for LanguageDutch
Source§impl TryFrom<&str> for LanguageDutch
impl TryFrom<&str> for LanguageDutch
impl Eq for LanguageDutch
impl StructuralPartialEq for LanguageDutch
Auto Trait Implementations§
impl Freeze for LanguageDutch
impl RefUnwindSafe for LanguageDutch
impl Send for LanguageDutch
impl Sync for LanguageDutch
impl Unpin for LanguageDutch
impl UnwindSafe for LanguageDutch
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