Enum pyth::pc::CorpAction [−][src]
#[repr(C)]
pub enum CorpAction {
NoCorpAct,
}
Variants
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