Enum tulipv2_sdk_common::pyth::CorpAction
source · [−]#[repr(C)]
pub enum CorpAction {
NoCorpAct,
}Variants
NoCorpAct
Trait Implementations
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 moresourceimpl Default for CorpAction
impl Default for CorpAction
impl Copy 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> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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