pub enum PartyType4Code {
CodeMERC,
CodeACCP,
CodeITAG,
CodeACQR,
CodeCISS,
CodeTAXH,
}Variants§
Implementations§
Source§impl PartyType4Code
impl PartyType4Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for PartyType4Code
impl RefUnwindSafe for PartyType4Code
impl Send for PartyType4Code
impl Sync for PartyType4Code
impl Unpin for PartyType4Code
impl UnwindSafe for PartyType4Code
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