Enum pyth_sdk_solana::state::CorpAction
source · #[repr(C)]
pub enum CorpAction {
NoCorpAct,
}
Expand description
Status of any ongoing corporate actions. (still undergoing dev)
Variants§
NoCorpAct
Trait Implementations§
source§impl BorshDeserialize for CorpAction
impl BorshDeserialize for CorpAction
source§impl BorshSerialize for CorpAction
impl BorshSerialize for CorpAction
source§impl Clone for CorpAction
impl Clone for CorpAction
source§fn clone(&self) -> CorpAction
fn clone(&self) -> CorpAction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CorpAction
impl Debug for CorpAction
source§impl Default for CorpAction
impl Default for CorpAction
source§impl<'de> Deserialize<'de> for CorpAction
impl<'de> Deserialize<'de> for CorpAction
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more