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