pub struct SwapQuote {
pub amount_in: u64,
pub fee_in: u64,
pub amount_out: u64,
pub fee_out: u64,
}Fields§
§amount_in: u64§fee_in: u64§amount_out: u64§fee_out: u64Trait Implementations§
impl Copy for SwapQuote
impl Eq for SwapQuote
impl StructuralPartialEq for SwapQuote
Auto Trait Implementations§
impl Freeze for SwapQuote
impl RefUnwindSafe for SwapQuote
impl Send for SwapQuote
impl Sync for SwapQuote
impl Unpin for SwapQuote
impl UnsafeUnpin for SwapQuote
impl UnwindSafe for SwapQuote
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