Enum zip_codes::Type
[−]
[src]
pub enum Type {
Standard,
PoBox,
Unique,
Military,
}The classification of a ZIP code.
Variants
StandardTypical ZIP code (does not fall under any other type).
PoBoxUsed only for PO Boxes at a given facility, not for any other type of delivery.
UniqueAssigned to a single high-volume address.
MilitaryUsed to route mail for the U.S. military.
Trait Implementations
impl Debug for Type[src]
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