Enum pyth_client::CorpAction [−][src]
#[repr(C)]
pub enum CorpAction {
NoCorpAct,
}
Expand description
Status of any ongoing corporate actions. (still undergoing dev)
Variants
NoCorpAct
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CorpAction
impl Send for CorpAction
impl Sync for CorpAction
impl Unpin for CorpAction
impl UnwindSafe for CorpAction
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more