pub struct SignedQuote {
pub base_token: Bytes,
pub quote_token: Bytes,
pub amount_in: BigUint,
pub amount_out: BigUint,
pub quote_attributes: HashMap<String, Bytes>,
}Fields§
§base_token: Bytes§quote_token: Bytes§amount_in: BigUint§amount_out: BigUint§quote_attributes: HashMap<String, Bytes>Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SignedQuote
impl RefUnwindSafe for SignedQuote
impl Send for SignedQuote
impl Sync for SignedQuote
impl Unpin for SignedQuote
impl UnwindSafe for SignedQuote
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