pub struct FixedRate10 {
pub rate: Option<SecuritiesTransactionPrice14Choice>,
pub day_cnt: Option<InterestComputationMethodFormat7>,
pub pmt_frqcy: Option<InterestRateFrequency3Choice>,
}Fields§
§rate: Option<SecuritiesTransactionPrice14Choice>§day_cnt: Option<InterestComputationMethodFormat7>§pmt_frqcy: Option<InterestRateFrequency3Choice>Implementations§
Source§impl FixedRate10
impl FixedRate10
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FixedRate10
impl RefUnwindSafe for FixedRate10
impl Send for FixedRate10
impl Sync for FixedRate10
impl Unpin for FixedRate10
impl UnwindSafe for FixedRate10
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