pub enum ProductType4Code {
CodeCRDT,
CodeCURR,
CodeEQUI,
CodeINTR,
CodeCOMM,
CodeOTHR,
}Variants§
Implementations§
Source§impl ProductType4Code
impl ProductType4Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ProductType4Code
impl RefUnwindSafe for ProductType4Code
impl Send for ProductType4Code
impl Sync for ProductType4Code
impl Unpin for ProductType4Code
impl UnwindSafe for ProductType4Code
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