pub struct QuoteCallData { /* private fields */ }
Implementations§
Source§impl QuoteCallData
impl QuoteCallData
pub const fn get_deposit_with_expiry(&self) -> Decimal
pub const fn get_vault(&self) -> &Option<String>
pub const fn get_asset(&self) -> &String
pub const fn get_amount(&self) -> Decimal
pub const fn get_memo(&self) -> &String
pub const fn get_memo_streaming_swap(&self) -> &String
pub const fn get_expiration(&self) -> Decimal
pub const fn get_from_asset(&self) -> &String
pub const fn get_amount_in(&self) -> Decimal
Trait Implementations§
Source§impl Clone for QuoteCallData
impl Clone for QuoteCallData
Source§fn clone(&self) -> QuoteCallData
fn clone(&self) -> QuoteCallData
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 Debug for QuoteCallData
impl Debug for QuoteCallData
Source§impl<'de> Deserialize<'de> for QuoteCallData
impl<'de> Deserialize<'de> for QuoteCallData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for QuoteCallData
impl RefUnwindSafe for QuoteCallData
impl Send for QuoteCallData
impl Sync for QuoteCallData
impl Unpin for QuoteCallData
impl UnwindSafe for QuoteCallData
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