pub struct LendingSingleLosMilestoneSchema {
pub los_milestone: String,
}
Fields§
§los_milestone: String
ENUM describing that status of the application. The following milestones can be configured to be displayed to the Borrower on their landing page after submitting their application in Blend (SUBMITTED, PROCESSING, UNDERWRITING, CONDITIONAL APPROVAL, APPROVED, CLOSING, CLOSED, FUNDED). The other milestones are only visible to the lender application.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LendingSingleLosMilestoneSchema
impl<'de> Deserialize<'de> for LendingSingleLosMilestoneSchema
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 LendingSingleLosMilestoneSchema
impl RefUnwindSafe for LendingSingleLosMilestoneSchema
impl Send for LendingSingleLosMilestoneSchema
impl Sync for LendingSingleLosMilestoneSchema
impl Unpin for LendingSingleLosMilestoneSchema
impl UnwindSafe for LendingSingleLosMilestoneSchema
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