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