Struct fractal_utils::location::Address [] [src]

pub struct Address { /* fields omitted */ }

The particulars of the place where an organization or person resides

Methods

impl Address
[src]

Creates a new Address

Returns address line 1

Returns address line 2

Returns the city

Returns the state

Returns the zip code

Returns the country

Trait Implementations

impl PartialEq for Address
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Address
[src]

Formats the value using the given formatter.

impl Clone for Address
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more