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