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