pub struct TimeToMaturity1Choice {
pub prd: Option<TimeToMaturityPeriod1>,
pub spcl: Option<SpecialPurpose2Code>,
}Fields§
§prd: Option<TimeToMaturityPeriod1>§spcl: Option<SpecialPurpose2Code>Implementations§
Source§impl TimeToMaturity1Choice
impl TimeToMaturity1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TimeToMaturity1Choice
impl RefUnwindSafe for TimeToMaturity1Choice
impl Send for TimeToMaturity1Choice
impl Sync for TimeToMaturity1Choice
impl Unpin for TimeToMaturity1Choice
impl UnwindSafe for TimeToMaturity1Choice
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