pub enum CCOCDEXMarket {
BALANCERV2,
CURVE,
PANCAKESWAPV2,
PANCAKESWAPV3,
SUSHISWAPV2,
SUSHISWAPV3,
UNISWAPV1,
UNISWAPV2,
UNISWAPV3,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CCOCDEXMarket
impl RefUnwindSafe for CCOCDEXMarket
impl Send for CCOCDEXMarket
impl Sync for CCOCDEXMarket
impl Unpin for CCOCDEXMarket
impl UnwindSafe for CCOCDEXMarket
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