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