Struct robinhood::Account[][src]

pub struct Account {
    pub data: AccountData,
}

Fields

Methods

impl Account
[src]

other operations

Trait Implementations

impl Debug for Account
[src]

Formats the value using the given formatter. Read more

impl Clone for Account
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Account

impl Sync for Account