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