pub enum LendingLosMilestoneName {
Show 22 variants
Submitted,
Prequalified,
Preapproved,
Processing,
Underwriting,
ConditionalApproval,
Approved,
Closing,
Closed,
AppraisalOrdered,
AppraisalReceived,
ClearToClose,
DocsSent,
Funded,
SetUp,
Decisioned,
ConditionsSubmitted,
AppraisalApproved,
RateLocked,
ClosingDisclosureSent,
Denied,
LoanEstimateSent,
}
Variants§
Submitted
Prequalified
Preapproved
Processing
Underwriting
ConditionalApproval
Approved
Closing
Closed
AppraisalOrdered
AppraisalReceived
ClearToClose
DocsSent
Funded
SetUp
Decisioned
ConditionsSubmitted
AppraisalApproved
RateLocked
ClosingDisclosureSent
Denied
LoanEstimateSent
Trait Implementations§
Source§impl Debug for LendingLosMilestoneName
impl Debug for LendingLosMilestoneName
Source§impl<'de> Deserialize<'de> for LendingLosMilestoneName
impl<'de> Deserialize<'de> for LendingLosMilestoneName
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 LendingLosMilestoneName
impl RefUnwindSafe for LendingLosMilestoneName
impl Send for LendingLosMilestoneName
impl Sync for LendingLosMilestoneName
impl Unpin for LendingLosMilestoneName
impl UnwindSafe for LendingLosMilestoneName
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