pub struct LiquidityPoolConstantFeeParameters { /* private fields */ }Implementations§
Source§impl LiquidityPoolConstantFeeParameters
impl LiquidityPoolConstantFeeParameters
Sourcepub fn to_xdr(&self) -> Result<LiquidityPoolConstantProductParameters>
pub fn to_xdr(&self) -> Result<LiquidityPoolConstantProductParameters>
Returns the xdr object.
pub fn from_xdr(x: &LiquidityPoolConstantProductParameters) -> Result<Self>
Trait Implementations§
Source§impl Clone for LiquidityPoolConstantFeeParameters
impl Clone for LiquidityPoolConstantFeeParameters
Source§fn clone(&self) -> LiquidityPoolConstantFeeParameters
fn clone(&self) -> LiquidityPoolConstantFeeParameters
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 PartialEq for LiquidityPoolConstantFeeParameters
impl PartialEq for LiquidityPoolConstantFeeParameters
Source§fn eq(&self, other: &LiquidityPoolConstantFeeParameters) -> bool
fn eq(&self, other: &LiquidityPoolConstantFeeParameters) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LiquidityPoolConstantFeeParameters
impl StructuralPartialEq for LiquidityPoolConstantFeeParameters
Auto Trait Implementations§
impl Freeze for LiquidityPoolConstantFeeParameters
impl RefUnwindSafe for LiquidityPoolConstantFeeParameters
impl Send for LiquidityPoolConstantFeeParameters
impl Sync for LiquidityPoolConstantFeeParameters
impl Unpin for LiquidityPoolConstantFeeParameters
impl UnwindSafe for LiquidityPoolConstantFeeParameters
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