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
source§impl PartialEq<CorpAction> for CorpAction
impl PartialEq<CorpAction> for CorpAction
source§fn eq(&self, other: &CorpAction) -> bool
fn eq(&self, other: &CorpAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CorpAction
impl Serialize for CorpAction
impl Copy for CorpAction
impl Eq for CorpAction
impl StructuralEq for CorpAction
impl StructuralPartialEq for CorpAction
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§
§impl<T> AbiEnumVisitor for Twhere
T: Serialize + AbiExample + ?Sized,
impl<T> AbiEnumVisitor for Twhere T: Serialize + AbiExample + ?Sized,
default fn visit_for_abi( &self, digester: &mut AbiDigester ) -> Result<AbiDigester, DigestError>
§impl<T> AbiEnumVisitor for Twhere
T: Serialize + ?Sized,
impl<T> AbiEnumVisitor for Twhere T: Serialize + ?Sized,
default fn visit_for_abi( &self, _digester: &mut AbiDigester ) -> Result<AbiDigester, DigestError>
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more