pub struct PostCryptoLoanFlexibleRepayParams {
pub loan_currency: String,
pub amount: String,
}Fields§
§loan_currency: String§amount: StringTrait Implementations§
Source§impl Clone for PostCryptoLoanFlexibleRepayParams
impl Clone for PostCryptoLoanFlexibleRepayParams
Source§fn clone(&self) -> PostCryptoLoanFlexibleRepayParams
fn clone(&self) -> PostCryptoLoanFlexibleRepayParams
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<'de> Deserialize<'de> for PostCryptoLoanFlexibleRepayParams
impl<'de> Deserialize<'de> for PostCryptoLoanFlexibleRepayParams
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 PostCryptoLoanFlexibleRepayParams
impl RefUnwindSafe for PostCryptoLoanFlexibleRepayParams
impl Send for PostCryptoLoanFlexibleRepayParams
impl Sync for PostCryptoLoanFlexibleRepayParams
impl Unpin for PostCryptoLoanFlexibleRepayParams
impl UnsafeUnpin for PostCryptoLoanFlexibleRepayParams
impl UnwindSafe for PostCryptoLoanFlexibleRepayParams
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