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