Struct pyth_client::PriceInfo[][src]

#[repr(C)]
pub struct PriceInfo { pub price: i64, pub conf: u64, pub status: PriceStatus, pub corp_act: CorpAction, pub pub_slot: u64, }

Fields

price: i64conf: u64status: PriceStatuscorp_act: CorpActionpub_slot: u64

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.