pub enum Landskod {
Show 251 variants AD, AE, AF, AG, AI, AL, AN, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XK, YE, YT, ZA, ZM, ZW,
}

Variants§

§

AD

§

AE

§

AF

§

AG

§

AI

§

AL

§

AN

§

AM

§

AO

§

AQ

§

AR

§

AS

§

AT

§

AU

§

AW

§

AX

§

AZ

§

BA

§

BB

§

BD

§

BE

§

BF

§

BG

§

BH

§

BI

§

BJ

§

BL

§

BM

§

BN

§

BO

§

BQ

§

BR

§

BS

§

BT

§

BV

§

BW

§

BY

§

BZ

§

CA

§

CC

§

CD

§

CF

§

CG

§

CH

§

CI

§

CK

§

CL

§

CM

§

CN

§

CO

§

CR

§

CU

§

CV

§

CW

§

CX

§

CY

§

CZ

§

DE

§

DJ

§

DK

§

DM

§

DO

§

DZ

§

EC

§

EE

§

EG

§

EH

§

ER

§

ES

§

ET

§

FI

§

FJ

§

FK

§

FM

§

FO

§

FR

§

GA

§

GB

§

GD

§

GE

§

GF

§

GG

§

GH

§

GI

§

GL

§

GM

§

GN

§

GP

§

GQ

§

GR

§

GS

§

GT

§

GU

§

GW

§

GY

§

HK

§

HM

§

HN

§

HR

§

HT

§

HU

§

ID

§

IE

§

IL

§

IM

§

IN

§

IO

§

IQ

§

IR

§

IS

§

IT

§

JE

§

JM

§

JO

§

JP

§

KE

§

KG

§

KH

§

KI

§

KM

§

KN

§

KP

§

KR

§

KW

§

KY

§

KZ

§

LA

§

LB

§

LC

§

LI

§

LK

§

LR

§

LS

§

LT

§

LU

§

LV

§

LY

§

MA

§

MC

§

MD

§

ME

§

MF

§

MG

§

MH

§

MK

§

ML

§

MM

§

MN

§

MO

§

MP

§

MQ

§

MR

§

MS

§

MT

§

MU

§

MV

§

MW

§

MX

§

MY

§

MZ

§

NA

§

NC

§

NE

§

NF

§

NG

§

NI

§

NL

§

NO

§

NP

§

NR

§

NU

§

NZ

§

OM

§

PA

§

PE

§

PF

§

PG

§

PH

§

PK

§

PL

§

PM

§

PN

§

PR

§

PS

§

PT

§

PW

§

PY

§

QA

§

RE

§

RO

§

RS

§

RU

§

RW

§

SA

§

SB

§

SC

§

SD

§

SE

§

SG

§

SH

§

SI

§

SJ

§

SK

§

SL

§

SM

§

SN

§

SO

§

SR

§

SS

§

ST

§

SV

§

SX

§

SY

§

SZ

§

TC

§

TD

§

TF

§

TG

§

TH

§

TJ

§

TK

§

TL

§

TM

§

TN

§

TO

§

TR

§

TT

§

TV

§

TW

§

TZ

§

UA

§

UG

§

UM

§

US

§

UY

§

UZ

§

VA

§

VC

§

VE

§

VG

§

VI

§

VN

§

VU

§

WF

§

WS

§

XK

§

YE

§

YT

§

ZA

§

ZM

§

ZW

Trait Implementations§

source§

impl Debug for Landskod

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl PartialEq for Landskod

source§

fn eq(&self, other: &Landskod) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
source§

impl TryFrom<&str> for Landskod

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(value: &str) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl TryFrom<String> for Landskod

§

type Error = ()

The type returned in the event of a conversion error.
source§

fn try_from(value: String) -> Result<Self, Self::Error>

Performs the conversion.
source§

impl StructuralPartialEq for Landskod

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.