pub enum AmmUserSetup {
SerumDexOpenOrdersSetup {
market: Pubkey,
program_id: Pubkey,
},
}Expand description
Amm might trigger a setup step for the user
Variants§
Trait Implementations§
source§impl Clone for AmmUserSetup
impl Clone for AmmUserSetup
source§fn clone(&self) -> AmmUserSetup
fn clone(&self) -> AmmUserSetup
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 moreAuto Trait Implementations§
impl RefUnwindSafe for AmmUserSetup
impl Send for AmmUserSetup
impl Sync for AmmUserSetup
impl Unpin for AmmUserSetup
impl UnwindSafe for AmmUserSetup
Blanket Implementations§
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