Enum zip_codes::Type [] [src]

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

The classification of a ZIP code.

Variants

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

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

Assigned to a single high-volume address.

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

Trait Implementations

impl Clone for Type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Type
[src]

Formats the value using the given formatter.