pub struct Garnishment4 {
pub tp: GarnishmentType1,
pub grnshee: Option<PartyIdentification272>,
pub grnshmt_admstr: Option<PartyIdentification272>,
pub ref_nb: Option<String>,
pub dt: Option<String>,
pub rmtd_amt: Option<ActiveOrHistoricCurrencyAndAmount>,
pub fmly_mdcl_insrnc_ind: Option<bool>,
pub mplyee_termntn_ind: Option<bool>,
}Fields§
§tp: GarnishmentType1§grnshee: Option<PartyIdentification272>§grnshmt_admstr: Option<PartyIdentification272>§ref_nb: Option<String>§dt: Option<String>§rmtd_amt: Option<ActiveOrHistoricCurrencyAndAmount>§fmly_mdcl_insrnc_ind: Option<bool>§mplyee_termntn_ind: Option<bool>Implementations§
Source§impl Garnishment4
impl Garnishment4
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for Garnishment4
impl RefUnwindSafe for Garnishment4
impl Send for Garnishment4
impl Sync for Garnishment4
impl Unpin for Garnishment4
impl UnwindSafe for Garnishment4
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