Struct space_rx::v2_api::requests::info::CompanyHistoryRequest[][src]

pub struct CompanyHistoryRequest<'a> { /* fields omitted */ }

Retrieves company info and milestones. Endpoint is v2/info/history.

Trait Implementations

impl<'a> Debug for CompanyHistoryRequest<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> Default for CompanyHistoryRequest<'a>
[src]

Returns the "default value" for a type. Read more

impl<'a> ApiRequest for CompanyHistoryRequest<'a>
[src]

Auto Trait Implementations

impl<'a> Send for CompanyHistoryRequest<'a>

impl<'a> Sync for CompanyHistoryRequest<'a>