Enum pyth_client::AccountType [−][src]
#[repr(C)]
pub enum AccountType {
Unknown,
Mapping,
Product,
Price,
}Variants
Auto Trait Implementations
impl RefUnwindSafe for AccountTypeimpl Send for AccountTypeimpl Sync for AccountTypeimpl Unpin for AccountTypeimpl UnwindSafe for AccountType