Struct tulipv2_sdk_common::lending::reserve::CalculateRepayResult
source · [−]Expand description
Calculate repay result
Fields
settle_amount: DecimalAmount of liquidity that is settled from the obligation.
repay_amount: u64Amount that will be repaid as u64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CalculateRepayResult
impl Send for CalculateRepayResult
impl Sync for CalculateRepayResult
impl Unpin for CalculateRepayResult
impl UnwindSafe for CalculateRepayResult
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more