pub struct SingleLosMilestoneSchema {
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 Debug for SingleLosMilestoneSchema
impl Debug for SingleLosMilestoneSchema
Source§impl<'de> Deserialize<'de> for SingleLosMilestoneSchema
impl<'de> Deserialize<'de> for SingleLosMilestoneSchema
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
Source§impl Display for SingleLosMilestoneSchema
impl Display for SingleLosMilestoneSchema
Auto Trait Implementations§
impl Freeze for SingleLosMilestoneSchema
impl RefUnwindSafe for SingleLosMilestoneSchema
impl Send for SingleLosMilestoneSchema
impl Sync for SingleLosMilestoneSchema
impl Unpin for SingleLosMilestoneSchema
impl UnwindSafe for SingleLosMilestoneSchema
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