pub struct Loan {
pub loan_identifiers: LoanIdentifiers,
}Expand description
Information specific to a mortgage loan agreement between one or more borrowers and a mortgage lender.
Fields§
§loan_identifiers: LoanIdentifiersCollection of current and previous identifiers for this loan.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Loan
impl<'de> Deserialize<'de> for Loan
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 Loan
impl RefUnwindSafe for Loan
impl Send for Loan
impl Sync for Loan
impl Unpin for Loan
impl UnwindSafe for Loan
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