pub struct BlendENoteLoanParty {
pub nmls_id: i64,
pub unparsed_name: String,
pub phone_number: String,
pub email: String,
}Fields§
§nmls_id: i64Nationwide Multistate Licensing System ID number. Minimum is 1, maximum is 2147483647.
unparsed_name: String§phone_number: StringString representation of the phone number
email: StringParty email
Trait Implementations§
Source§impl Debug for BlendENoteLoanParty
impl Debug for BlendENoteLoanParty
Source§impl<'de> Deserialize<'de> for BlendENoteLoanParty
impl<'de> Deserialize<'de> for BlendENoteLoanParty
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 BlendENoteLoanParty
impl Display for BlendENoteLoanParty
Auto Trait Implementations§
impl Freeze for BlendENoteLoanParty
impl RefUnwindSafe for BlendENoteLoanParty
impl Send for BlendENoteLoanParty
impl Sync for BlendENoteLoanParty
impl Unpin for BlendENoteLoanParty
impl UnwindSafe for BlendENoteLoanParty
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