pub struct MandateAdjustment1 {
pub dt_adjstmnt_rule_ind: bool,
pub ctgy: Option<Frequency37Choice>,
pub amt: Option<ActiveCurrencyAndAmount>,
pub rate: Option<f64>,
}Fields§
§dt_adjstmnt_rule_ind: bool§ctgy: Option<Frequency37Choice>§amt: Option<ActiveCurrencyAndAmount>§rate: Option<f64>Implementations§
Source§impl MandateAdjustment1
impl MandateAdjustment1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MandateAdjustment1
impl RefUnwindSafe for MandateAdjustment1
impl Send for MandateAdjustment1
impl Sync for MandateAdjustment1
impl Unpin for MandateAdjustment1
impl UnwindSafe for MandateAdjustment1
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