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