pub struct DynamicSwapFeeResult {
pub success: bool,
pub dynamic_swap_fee: BigInt,
}
Expand description
Result of dynamic swap fee computation
Fields§
§success: bool
§dynamic_swap_fee: BigInt
Trait Implementations§
Source§impl Clone for DynamicSwapFeeResult
impl Clone for DynamicSwapFeeResult
Source§fn clone(&self) -> DynamicSwapFeeResult
fn clone(&self) -> DynamicSwapFeeResult
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 moreAuto Trait Implementations§
impl Freeze for DynamicSwapFeeResult
impl RefUnwindSafe for DynamicSwapFeeResult
impl Send for DynamicSwapFeeResult
impl Sync for DynamicSwapFeeResult
impl Unpin for DynamicSwapFeeResult
impl UnwindSafe for DynamicSwapFeeResult
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