Struct wex::Account[][src]

pub struct Account {
    pub key: String,
    pub secret: String,
}

Representing a key secret pair from Wex.

Fields

Trait Implementations

impl Clone for Account
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Account
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Account

impl Sync for Account