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