pub enum ProductStructure1Code {
CodeBOND,
CodeNUMM,
CodeUCMM,
CodeEXTC,
CodeUCIT,
CodeSSEC,
CodeSFUN,
CodeNUCI,
}Variants§
Implementations§
Source§impl ProductStructure1Code
impl ProductStructure1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ProductStructure1Code
impl RefUnwindSafe for ProductStructure1Code
impl Send for ProductStructure1Code
impl Sync for ProductStructure1Code
impl Unpin for ProductStructure1Code
impl UnwindSafe for ProductStructure1Code
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