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