Enum pyth_client::PriceType [−][src]
#[repr(C)]
pub enum PriceType {
Unknown,
Price,
}
Expand description
The type of prices associated with a product – each product may have multiple price feeds of different types.
Variants
Unknown
Price
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PriceType
impl UnwindSafe for PriceType
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more