pub struct MaturityRules {
pub maturity_rule_id: Option<FixString>,
pub maturity_month_year_format: Option<MaturityMonthYearFormat>,
pub maturity_month_year_increment_units: Option<MaturityMonthYearIncrementUnits>,
pub start_maturity_month_year: Option<MonthYear>,
pub end_maturity_month_year: Option<MonthYear>,
pub maturity_month_year_increment: Option<Int>,
}
Fields§
§maturity_rule_id: Option<FixString>
Tag 1222.
maturity_month_year_format: Option<MaturityMonthYearFormat>
Tag 1303.
maturity_month_year_increment_units: Option<MaturityMonthYearIncrementUnits>
Tag 1302.
start_maturity_month_year: Option<MonthYear>
Tag 1241.
end_maturity_month_year: Option<MonthYear>
Tag 1226.
maturity_month_year_increment: Option<Int>
Tag 1229.
Trait Implementations§
Source§impl Clone for MaturityRules
impl Clone for MaturityRules
Source§fn clone(&self) -> MaturityRules
fn clone(&self) -> MaturityRules
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MaturityRules
impl Debug for MaturityRules
Source§impl Default for MaturityRules
impl Default for MaturityRules
Source§fn default() -> MaturityRules
fn default() -> MaturityRules
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MaturityRules
impl RefUnwindSafe for MaturityRules
impl Send for MaturityRules
impl Sync for MaturityRules
impl Unpin for MaturityRules
impl UnwindSafe for MaturityRules
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