pub struct ListAllConvertPairsResponseInner {
pub from_asset: Option<String>,
pub to_asset: Option<String>,
pub from_asset_min_amount: Option<String>,
pub from_asset_max_amount: Option<String>,
pub to_asset_min_amount: Option<String>,
pub to_asset_max_amount: Option<String>,
}Fields§
§from_asset: Option<String>§to_asset: Option<String>§from_asset_min_amount: Option<String>§from_asset_max_amount: Option<String>§to_asset_min_amount: Option<String>§to_asset_max_amount: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for ListAllConvertPairsResponseInner
impl Clone for ListAllConvertPairsResponseInner
Source§fn clone(&self) -> ListAllConvertPairsResponseInner
fn clone(&self) -> ListAllConvertPairsResponseInner
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ListAllConvertPairsResponseInner
impl Default for ListAllConvertPairsResponseInner
Source§fn default() -> ListAllConvertPairsResponseInner
fn default() -> ListAllConvertPairsResponseInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListAllConvertPairsResponseInner
impl<'de> Deserialize<'de> for ListAllConvertPairsResponseInner
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
Source§impl PartialEq for ListAllConvertPairsResponseInner
impl PartialEq for ListAllConvertPairsResponseInner
Source§fn eq(&self, other: &ListAllConvertPairsResponseInner) -> bool
fn eq(&self, other: &ListAllConvertPairsResponseInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ListAllConvertPairsResponseInner
Auto Trait Implementations§
impl Freeze for ListAllConvertPairsResponseInner
impl RefUnwindSafe for ListAllConvertPairsResponseInner
impl Send for ListAllConvertPairsResponseInner
impl Sync for ListAllConvertPairsResponseInner
impl Unpin for ListAllConvertPairsResponseInner
impl UnsafeUnpin for ListAllConvertPairsResponseInner
impl UnwindSafe for ListAllConvertPairsResponseInner
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