pub enum TaxReportingStatus1Code {
CodeACPT,
CodeRCVD,
CodeRJCT,
CodeINCF,
CodeCRPT,
CodeWARN,
CodeACTC,
CodePART,
}Variants§
Implementations§
Source§impl TaxReportingStatus1Code
impl TaxReportingStatus1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for TaxReportingStatus1Code
impl RefUnwindSafe for TaxReportingStatus1Code
impl Send for TaxReportingStatus1Code
impl Sync for TaxReportingStatus1Code
impl Unpin for TaxReportingStatus1Code
impl UnwindSafe for TaxReportingStatus1Code
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