pub struct CheckCollateralRepayRateStableRateResponse {
pub loanl_coin: Option<String>,
pub collateral_coin: Option<String>,
pub repay_amount: Option<String>,
pub rate: Option<String>,
}Fields§
§loanl_coin: Option<String>§collateral_coin: Option<String>§repay_amount: Option<String>§rate: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for CheckCollateralRepayRateStableRateResponse
impl Clone for CheckCollateralRepayRateStableRateResponse
Source§fn clone(&self) -> CheckCollateralRepayRateStableRateResponse
fn clone(&self) -> CheckCollateralRepayRateStableRateResponse
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 CheckCollateralRepayRateStableRateResponse
impl Default for CheckCollateralRepayRateStableRateResponse
Source§fn default() -> CheckCollateralRepayRateStableRateResponse
fn default() -> CheckCollateralRepayRateStableRateResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CheckCollateralRepayRateStableRateResponse
impl<'de> Deserialize<'de> for CheckCollateralRepayRateStableRateResponse
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 CheckCollateralRepayRateStableRateResponse
impl PartialEq for CheckCollateralRepayRateStableRateResponse
Source§fn eq(&self, other: &CheckCollateralRepayRateStableRateResponse) -> bool
fn eq(&self, other: &CheckCollateralRepayRateStableRateResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CheckCollateralRepayRateStableRateResponse
Auto Trait Implementations§
impl Freeze for CheckCollateralRepayRateStableRateResponse
impl RefUnwindSafe for CheckCollateralRepayRateStableRateResponse
impl Send for CheckCollateralRepayRateStableRateResponse
impl Sync for CheckCollateralRepayRateStableRateResponse
impl Unpin for CheckCollateralRepayRateStableRateResponse
impl UnsafeUnpin for CheckCollateralRepayRateStableRateResponse
impl UnwindSafe for CheckCollateralRepayRateStableRateResponse
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