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

Derived Implementations

impl Debug for Type

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

impl Clone for Type

fn clone(&self) -> Type

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