pub enum LiquidityPoolParameters {
ConstantFee(LiquidityPoolConstantFeeParameters),
}Variants§
ConstantFee(LiquidityPoolConstantFeeParameters)
Implementations§
Source§impl LiquidityPoolParameters
impl LiquidityPoolParameters
pub fn to_xdr(&self) -> Result<LiquidityPoolParameters>
pub fn from_xdr(x: &LiquidityPoolParameters) -> Result<Self>
Trait Implementations§
Source§impl Clone for LiquidityPoolParameters
impl Clone for LiquidityPoolParameters
Source§fn clone(&self) -> LiquidityPoolParameters
fn clone(&self) -> LiquidityPoolParameters
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 LiquidityPoolParameters
impl Debug for LiquidityPoolParameters
Source§impl PartialEq for LiquidityPoolParameters
impl PartialEq for LiquidityPoolParameters
impl Eq for LiquidityPoolParameters
impl StructuralPartialEq for LiquidityPoolParameters
Auto Trait Implementations§
impl Freeze for LiquidityPoolParameters
impl RefUnwindSafe for LiquidityPoolParameters
impl Send for LiquidityPoolParameters
impl Sync for LiquidityPoolParameters
impl Unpin for LiquidityPoolParameters
impl UnwindSafe for LiquidityPoolParameters
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