Enum iplocate::Format[][src]

pub enum Format {
    Json,
    Xml,
    Yaml,
    Csv,
}

The format of the data to be returned upon request from the IPLocate API.

Variants

Trait Implementations

impl Clone for Format
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Format
[src]

impl Display for Format
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Format

impl Sync for Format