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