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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Account
[src]

[src]

Formats the value using the given formatter.