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