pub struct Garnishment3 {
pub tp: GarnishmentType1,
pub grnshee: Option<PartyIdentification135>,
pub grnshmt_admstr: Option<PartyIdentification135>,
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<PartyIdentification135>§grnshmt_admstr: Option<PartyIdentification135>§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 Garnishment3
impl Garnishment3
pub fn validate(&self) -> Result<(), ValidationError>
Trait Implementations§
Source§impl Clone for Garnishment3
impl Clone for Garnishment3
Source§fn clone(&self) -> Garnishment3
fn clone(&self) -> Garnishment3
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Garnishment3
impl Debug for Garnishment3
Source§impl Default for Garnishment3
impl Default for Garnishment3
Source§fn default() -> Garnishment3
fn default() -> Garnishment3
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for Garnishment3
impl<'de> Deserialize<'de> for Garnishment3
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for Garnishment3
impl PartialEq for Garnishment3
Source§impl Serialize for Garnishment3
impl Serialize for Garnishment3
impl StructuralPartialEq for Garnishment3
Auto Trait Implementations§
impl Freeze for Garnishment3
impl RefUnwindSafe for Garnishment3
impl Send for Garnishment3
impl Sync for Garnishment3
impl Unpin for Garnishment3
impl UnwindSafe for Garnishment3
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