Enum zip_codes::Type [] [src]

pub enum Type {
    Standard,
    PoBox,
    Unique,
    Military,
}

The classification of a ZIP code.

Variants

Standard

Typical ZIP code (does not fall under any other type).

PoBox

Used only for PO Boxes at a given facility, not for any other type of delivery.

Unique

Assigned to a single high-volume address.

Military

Used to route mail for the U.S. military.

Trait Implementations

impl Debug for Type
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for Type
[src]

fn clone(&self) -> Type

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more