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