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