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