pub struct SwapQuote {
pub amount_in: u64,
pub fair_out: u64,
pub amount_out: u64,
pub total_skew_per_1m: i64,
pub partial: bool,
}Fields§
§amount_in: u64§fair_out: u64§amount_out: u64§total_skew_per_1m: i64§partial: boolTrait 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