Enum pyth_client::AccountType [−][src]
#[repr(C)]
pub enum AccountType {
Unknown,
Mapping,
Product,
Price,
}
Expand description
The type of Pyth account determines what data it contains
Variants
Unknown
Mapping
Product
Price
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AccountType
impl Send for AccountType
impl Sync for AccountType
impl Unpin for AccountType
impl UnwindSafe for AccountType
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more