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
sourceimpl BorshDeserialize for CorpAction
impl BorshDeserialize for CorpAction
sourceimpl BorshSerialize for CorpAction
impl BorshSerialize for CorpAction
sourceimpl Clone for CorpAction
impl Clone for CorpAction
sourcefn clone(&self) -> CorpAction
fn clone(&self) -> CorpAction
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for CorpAction
impl Debug for CorpAction
sourceimpl Default for CorpAction
impl Default for CorpAction
sourceimpl<'de> Deserialize<'de> for CorpAction
impl<'de> Deserialize<'de> for CorpAction
sourcefn 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
sourceimpl PartialEq<CorpAction> for CorpAction
impl PartialEq<CorpAction> for CorpAction
sourcefn 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 ==
. Read more
sourceimpl 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 T where
T: Serialize + ?Sized,
impl<T> AbiEnumVisitor for T where
T: Serialize + ?Sized,
default fn visit_for_abi(
&self,
_digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
impl<T> AbiEnumVisitor for T where
T: Serialize + AbiExample + ?Sized,
impl<T> AbiEnumVisitor for T where
T: Serialize + AbiExample + ?Sized,
default fn visit_for_abi(
&self,
digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more