pub enum LiquidityPool {
ConstantFee(LiquidityPoolConstantFee),
}Variants§
ConstantFee(LiquidityPoolConstantFee)
Trait Implementations§
Source§impl Clone for LiquidityPool
impl Clone for LiquidityPool
Source§fn clone(&self) -> LiquidityPool
fn clone(&self) -> LiquidityPool
Returns a duplicate 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 LiquidityPool
impl Debug for LiquidityPool
Source§impl PartialEq for LiquidityPool
impl PartialEq for LiquidityPool
impl Eq for LiquidityPool
impl StructuralPartialEq for LiquidityPool
Auto Trait Implementations§
impl Freeze for LiquidityPool
impl RefUnwindSafe for LiquidityPool
impl Send for LiquidityPool
impl Sync for LiquidityPool
impl Unpin for LiquidityPool
impl UnwindSafe for LiquidityPool
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