pub enum NetherlandsState {
DR,
FL,
FR,
GE,
GR,
LI,
NB,
NH,
OV,
UT,
ZE,
ZH,
}Expand description
A state in the Netherlands.
Variants§
DR
Drenthe.
FL
Flevoland.
FR
Friesland / Fryslân.
GE
Gelderland.
GR
Groningen.
LI
Limburg.
NB
North Brabant / Noord-Brabant.
NH
North Holland / Noord-Holland.
OV
Overijssel / Overissel.
UT
Utrecht.
ZE
Zeeland.
ZH
South Holland / Zuid-Holland.
Trait Implementations§
Source§impl Clone for NetherlandsState
impl Clone for NetherlandsState
Source§fn clone(&self) -> NetherlandsState
fn clone(&self) -> NetherlandsState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NetherlandsState
Source§impl Debug for NetherlandsState
impl Debug for NetherlandsState
Source§impl FromStr for NetherlandsState
impl FromStr for NetherlandsState
Source§impl PartialEq for NetherlandsState
impl PartialEq for NetherlandsState
Source§impl Serialize for NetherlandsState
impl Serialize for NetherlandsState
impl StructuralPartialEq for NetherlandsState
Auto Trait Implementations§
impl Freeze for NetherlandsState
impl RefUnwindSafe for NetherlandsState
impl Send for NetherlandsState
impl Sync for NetherlandsState
impl Unpin for NetherlandsState
impl UnsafeUnpin for NetherlandsState
impl UnwindSafe for NetherlandsState
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