Enum xero::accounting::AddressType [] [src]

pub enum AddressType {
    POBox,
    Street,
    Delivery,
}

Variants

Trait Implementations

impl Clone for AddressType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AddressType
[src]

impl Debug for AddressType
[src]

Formats the value using the given formatter.

impl PartialEq for AddressType
[src]

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

This method tests for !=.

impl XmlSerializable for AddressType
[src]