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