pub struct EOriginalENoteLoanType {
pub late_charge_maximum_amount: Option<f64>,
pub conforming_year_type: Option<String>,
pub registry_operator: Option<String>,
}Fields§
§late_charge_maximum_amount: Option<f64>The maximum monthly late charge amount allowed.
conforming_year_type: Option<String>§registry_operator: Option<String>Trait Implementations§
Source§impl Debug for EOriginalENoteLoanType
impl Debug for EOriginalENoteLoanType
Source§impl<'de> Deserialize<'de> for EOriginalENoteLoanType
impl<'de> Deserialize<'de> for EOriginalENoteLoanType
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 EOriginalENoteLoanType
impl Display for EOriginalENoteLoanType
Auto Trait Implementations§
impl Freeze for EOriginalENoteLoanType
impl RefUnwindSafe for EOriginalENoteLoanType
impl Send for EOriginalENoteLoanType
impl Sync for EOriginalENoteLoanType
impl Unpin for EOriginalENoteLoanType
impl UnwindSafe for EOriginalENoteLoanType
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